Optional
configuration: ConfigurationReturns the Details about Shipment, Carrier Details, status of the shipment, container details and other details related to shipment based on the filter parameters value that you specify. Usage Plan: | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | 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.
Optional
limit: numberThe limit to the number of records returned. Default value is 50 records.
Optional
sortOrder: GetShipmentDetailsSortOrderEnumSort in ascending or descending order by purchase order creation date.
Optional
nextToken: stringUsed for pagination when there are more shipments than the specified result size limit.
Optional
createdAfter: stringGet Shipment Details that became available after this timestamp will be included in the result. Must be in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
Optional
createdBefore: stringGet Shipment Details that became available before this timestamp will be included in the result. Must be in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
Optional
shipmentConfirmedBefore: stringGet Shipment Details by passing Shipment confirmed create Date Before. Must be in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
Optional
shipmentConfirmedAfter: stringGet Shipment Details by passing Shipment confirmed create Date After. Must be in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
Optional
packageLabelCreatedBefore: stringGet Shipment Details by passing Package label create Date by buyer. Must be in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
Optional
packageLabelCreatedAfter: stringGet Shipment Details by passing Package label create Date After by buyer. Must be in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
Optional
shippedBefore: stringGet Shipment Details by passing Shipped Date Before. Must be in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
Optional
shippedAfter: stringGet Shipment Details by passing Shipped Date After. Must be in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
Optional
estimatedDeliveryBefore: stringGet Shipment Details by passing Estimated Delivery Date Before. Must be in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
Optional
estimatedDeliveryAfter: stringGet Shipment Details by passing Estimated Delivery Date Before. Must be in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
Optional
shipmentDeliveryBefore: stringGet Shipment Details by passing Shipment Delivery Date Before. Must be in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
Optional
shipmentDeliveryAfter: stringGet Shipment Details by passing Shipment Delivery Date After. Must be in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
Optional
requestedPickUpBefore: stringGet Shipment Details by passing Before Requested pickup date. Must be in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
Optional
requestedPickUpAfter: stringGet Shipment Details by passing After Requested pickup date. Must be in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
Optional
scheduledPickUpBefore: stringGet Shipment Details by passing Before scheduled pickup date. Must be in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
Optional
scheduledPickUpAfter: stringGet Shipment Details by passing After Scheduled pickup date. Must be in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
Optional
currentShipmentStatus: stringGet Shipment Details by passing Current shipment status.
Optional
vendorShipmentIdentifier: stringGet Shipment Details by passing Vendor Shipment ID
Optional
buyerReferenceNumber: stringGet Shipment Details by passing buyer Reference ID
Optional
buyerWarehouseCode: stringGet Shipping Details based on buyer warehouse code. This value should be same as 'shipToParty.partyId' in the Shipment.
Optional
sellerWarehouseCode: stringGet Shipping Details based on vendor warehouse code. This value should be same as 'sellingParty.partyId' in the Shipment.
Optional
options: RawAxiosRequestConfigOverride http request option.
Submits one or more shipment confirmations for vendor orders. Usage Plan: | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | 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.
A request to submit shipment confirmation.
Optional
options: RawAxiosRequestConfigOverride http request option.
Submits one or more shipment request for vendor Orders. Usage Plan: | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | 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.
A request to submit shipment request.
Optional
options: RawAxiosRequestConfigOverride http request option.
VendorShipmentsApi - functional programming interface
Export