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

    Interface FulfillmentInboundApiGenerateShipmentContentUpdatePreviewsRequest

    Request parameters for generateShipmentContentUpdatePreviews operation in FulfillmentInboundApi.

    interface FulfillmentInboundApiGenerateShipmentContentUpdatePreviewsRequest {
        body: GenerateShipmentContentUpdatePreviewsRequest;
        inboundPlanId: string;
        shipmentId: string;
    }
    Index

    Properties

    The body of the request to `generateShipmentContentUpdatePreviews`.

    inboundPlanId: string

    Identifier of an inbound plan.

    shipmentId: string

    Identifier of a shipment. A shipment contains the boxes and units being inbounded.