Selling Partner API SDK for JavaScript
    Preparing search index...

    Interface VendorShipmentsApiGetShipmentDetailsRequest

    Request parameters for getShipmentDetails operation in VendorShipmentsApi.

    interface VendorShipmentsApiGetShipmentDetailsRequest {
        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;
    }
    Index

    Properties

    buyerReferenceNumber?: string

    Get Shipment Details by passing buyer Reference ID

    buyerWarehouseCode?: string

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

    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.

    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.

    currentShipmentStatus?: string

    Get Shipment Details by passing Current shipment status.

    estimatedDeliveryAfter?: string

    Get Shipment Details by passing Estimated 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.

    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.

    limit?: number

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

    nextToken?: string

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

    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.

    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.

    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.

    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.

    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.

    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.

    sellerWarehouseCode?: string

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

    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.

    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.

    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.

    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.

    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.

    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.

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

    vendorShipmentIdentifier?: string

    Get Shipment Details by passing Vendor Shipment ID