HomeDocumentationCode SamplesAPI ReferenceAnnouncementsModelsRelease NotesFAQGitHubVideos
Developer HubAPI StatusSupport
API Reference
Developer HubAPI StatusSupport

getShipmentDetails

Returns the shipment details required to issue an invoice for the specified shipment.

Usage Plan:

Rate (requests per second)Burst
1.13325

The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see Usage Plans and Rate Limits in the Selling Partner API.

Path Params
string
required

The identifier for the shipment. Get this value from the FBAOutboundShipmentStatus notification. For information about subscribing to notifications, see the Notifications API Use Case Guide.

Responses

Response body
object
payload
object

The information required by a selling partner to issue a shipment invoice.

string

The Amazon-defined identifier for the warehouse.

string

The Amazon-defined identifier for the order.

string

The Amazon-defined identifier for the shipment.

date-time

The date and time when the order was created.

ShippingAddress
object

The shipping address details of the shipment.

PaymentMethodDetails
array of strings

The list of payment method details.

PaymentMethodDetails
string

The identifier for the marketplace where the order was placed.

string

The seller identifier.

string

The name of the buyer.

string

The county of the buyer.

BuyerTaxInfo
object

Tax information about the buyer.

MarketplaceTaxInfo
object

Tax information about the marketplace.

string

The seller’s friendly name registered in the marketplace.

ShipmentItems
array of objects

A list of shipment items.

ShipmentItems
object
string

The Amazon Standard Identification Number (ASIN) of the item.

string

The seller SKU of the item.

string

The Amazon-defined identifier for the order item.

string

The name of the item.

number

The number of items ordered.

ItemPrice
object

The currency type and amount.

ShippingPrice
object

The currency type and amount.

GiftWrapPrice
object

The currency type and amount.

ShippingDiscount
object

The currency type and amount.

PromotionDiscount
object

The currency type and amount.

SerialNumbers
array of strings

The list of serial numbers.

SerialNumbers
errors
array of objects

A list of error responses returned when a request is unsuccessful.

errors
object
string
required

An error code that identifies the type of error that occurred.

string
required

A message that describes the error condition.

string

Additional details that can help the caller understand or fix the issue.

Headers
object
string

Your rate limit (requests per second) for this operation.

string

Unique request reference identifier.

Language