Amazon Selling Partner API (SP-API) SDK for TypeScript
Preparing search index...
@sp-api-sdk/shipping-api-v1
CreateShipmentRequest
Interface CreateShipmentRequest
The request schema for the createShipment operation.
interface
CreateShipmentRequest
{
clientReferenceId
:
string
;
containers
:
Container
[]
;
shipFrom
:
Address
;
shipTo
:
Address
;
}
Index
Properties
client
Reference
Id
containers
ship
From
ship
To
Properties
client
Reference
Id
clientReferenceId
:
string
Client reference id.
containers
containers
:
Container
[]
A list of container.
ship
From
shipFrom
:
Address
ship
To
shipTo
:
Address
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
client
Reference
Id
containers
ship
From
ship
To
Amazon Selling Partner API (SP-API) SDK for TypeScript
Loading...
The request schema for the createShipment operation.