Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Interface FulfillmentInboundApiUpdateShipmentTrackingDetailsRequest

    Request parameters for updateShipmentTrackingDetails operation in FulfillmentInboundApi.

    interface FulfillmentInboundApiUpdateShipmentTrackingDetailsRequest {
        body: UpdateShipmentTrackingDetailsRequest;
        inboundPlanId: string;
        shipmentId: string;
    }
    Index

    The body of the request to `updateShipmentTrackingDetails`.

    inboundPlanId: string

    Identifier of an inbound plan.

    shipmentId: string

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