Request parameters for getShipmentDetails operation in VendorShippingApi.

VendorShippingApiGetShipmentDetailsRequest

interface VendorShippingApiGetShipmentDetailsRequest {
    buyerReferenceNumber?: string;
    buyerWarehouseCode?: string;
    createdAfter?: string;
    createdBefore?: string;
    currentShipmentStatus?: string;
    estimatedDeliveryAfter?: string;
    estimatedDeliveryBefore?: string;
    limit?: number;
    nextToken?: string;
    packageLabelCreatedAfter?: string;
    packageLabelCreatedBefore?: string;
    requestedPickUpAfter?: string;
    requestedPickUpBefore?: string;
    scheduledPickUpAfter?: string;
    scheduledPickUpBefore?: string;
    sellerWarehouseCode?: string;
    shipmentConfirmedAfter?: string;
    shipmentConfirmedBefore?: string;
    shipmentDeliveryAfter?: string;
    shipmentDeliveryBefore?: string;
    shippedAfter?: string;
    shippedBefore?: string;
    sortOrder?: GetShipmentDetailsSortOrderEnum;
    vendorShipmentIdentifier?: string;
}

Properties

buyerReferenceNumber?: string

Get Shipment Details by passing buyer Reference ID

VendorShippingApiGetShipmentDetails

buyerWarehouseCode?: string

Get Shipping Details based on buyer warehouse code. This value should be same as 'shipToParty.partyId' in the Shipment.

VendorShippingApiGetShipmentDetails

createdAfter?: string

Get Shipment Details that became available after this timestamp will be included in the result. Must be in <a href=&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\&#39;&gt;ISO 8601</a> format.

VendorShippingApiGetShipmentDetails

createdBefore?: string

Get Shipment Details that became available before this timestamp will be included in the result. Must be in <a href=&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\&#39;&gt;ISO 8601</a> format.

VendorShippingApiGetShipmentDetails

currentShipmentStatus?: string

Get Shipment Details by passing Current shipment status.

VendorShippingApiGetShipmentDetails

estimatedDeliveryAfter?: string

Get Shipment Details by passing Estimated Delivery Date Before. Must be in <a href=&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\&#39;&gt;ISO 8601</a> format.

VendorShippingApiGetShipmentDetails

estimatedDeliveryBefore?: string

Get Shipment Details by passing Estimated Delivery Date Before. Must be in <a href=&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\&#39;&gt;ISO 8601</a> format.

VendorShippingApiGetShipmentDetails

limit?: number

The limit to the number of records returned. Default value is 50 records.

VendorShippingApiGetShipmentDetails

nextToken?: string

Used for pagination when there are more shipments than the specified result size limit.

VendorShippingApiGetShipmentDetails

packageLabelCreatedAfter?: string

Get Shipment Details by passing Package label create Date After by buyer. Must be in <a href=&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\&#39;&gt;ISO 8601</a> format.

VendorShippingApiGetShipmentDetails

packageLabelCreatedBefore?: string

Get Shipment Details by passing Package label create Date by buyer. Must be in <a href=&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\&#39;&gt;ISO 8601</a> format.

VendorShippingApiGetShipmentDetails

requestedPickUpAfter?: string

Get Shipment Details by passing After Requested pickup date. Must be in <a href=&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\&#39;&gt;ISO 8601</a> format.

VendorShippingApiGetShipmentDetails

requestedPickUpBefore?: string

Get Shipment Details by passing Before Requested pickup date. Must be in <a href=&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\&#39;&gt;ISO 8601</a> format.

VendorShippingApiGetShipmentDetails

scheduledPickUpAfter?: string

Get Shipment Details by passing After Scheduled pickup date. Must be in <a href=&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\&#39;&gt;ISO 8601</a> format.

VendorShippingApiGetShipmentDetails

scheduledPickUpBefore?: string

Get Shipment Details by passing Before scheduled pickup date. Must be in <a href=&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\&#39;&gt;ISO 8601</a> format.

VendorShippingApiGetShipmentDetails

sellerWarehouseCode?: string

Get Shipping Details based on vendor warehouse code. This value should be same as &#39;sellingParty.partyId&#39; in the Shipment.

VendorShippingApiGetShipmentDetails

shipmentConfirmedAfter?: string

Get Shipment Details by passing Shipment confirmed create Date After. Must be in <a href=&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\&#39;&gt;ISO 8601</a> format.

VendorShippingApiGetShipmentDetails

shipmentConfirmedBefore?: string

Get Shipment Details by passing Shipment confirmed create Date Before. Must be in <a href=&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\&#39;&gt;ISO 8601</a> format.

VendorShippingApiGetShipmentDetails

shipmentDeliveryAfter?: string

Get Shipment Details by passing Shipment Delivery Date After. Must be in <a href=&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\&#39;&gt;ISO 8601</a> format.

VendorShippingApiGetShipmentDetails

shipmentDeliveryBefore?: string

Get Shipment Details by passing Shipment Delivery Date Before. Must be in <a href=&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\&#39;&gt;ISO 8601</a> format.

VendorShippingApiGetShipmentDetails

shippedAfter?: string

Get Shipment Details by passing Shipped Date After. Must be in <a href=&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\&#39;&gt;ISO 8601</a> format.

VendorShippingApiGetShipmentDetails

shippedBefore?: string

Get Shipment Details by passing Shipped Date Before. Must be in <a href=&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\&#39;&gt;ISO 8601</a> format.

VendorShippingApiGetShipmentDetails

Sort in ascending or descending order by purchase order creation date.

VendorShippingApiGetShipmentDetails

vendorShipmentIdentifier?: string

Get Shipment Details by passing Vendor Shipment ID

VendorShippingApiGetShipmentDetails