Selling Partner API SDK for JavaScript
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
Selling Partner API SDK for JavaScript
Loading...
The request schema for the createShipment operation.