Selling Partner API SDK for JavaScript
Preparing search index...
@sp-api-sdk/merchant-fulfillment-api-v0
GetShipmentResponse
Interface GetShipmentResponse
Response schema.
interface
GetShipmentResponse
{
errors
?:
Error
[]
;
payload
?:
Shipment
;
}
Index
Properties
errors?
payload?
Properties
Optional
errors
errors
?:
Error
[]
A list of error responses returned when a request is unsuccessful.
Optional
payload
payload
?:
Shipment
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
errors
payload
Selling Partner API SDK for JavaScript
Loading...
Response schema.