UNPKG

amazon-sp-api-tcat

Version:

Amazon Selling Partner API client

68 lines (67 loc) 2.12 kB
module.exports = { fulfillmentInbound: { __versions: ["v0", "2024-03-20"], __operations: [ "createInboundShipmentPlan", "updateInboundShipment", "createInboundShipment", "getPreorderInfo", "confirmPreorder", "getPrepInstructions", "getTransportDetails", "putTransportDetails", "voidTransport", "estimateTransport", "confirmTransport", "getLabels", "getBillOfLading", "getShipments", "getShipmentItemsByShipmentId", "getShipmentItems", "listInboundPlans", "createInboundPlan", "getInboundPlan", "listInboundPlanBoxes", "cancelInboundPlan", "listInboundPlanItems", "updateInboundPlanName", "listPackingGroupBoxes", "listPackingGroupItems", "setPackingInformation", "listPackingOptions", "generatePackingOptions", "confirmPackingOption", "listInboundPlanPallets", "listPlacementOptions", "generatePlacementOptions", "confirmPlacementOption", "getShipment", "listShipmentBoxes", "listShipmentContentUpdatePreviews", "generateShipmentContentUpdatePreviews", "getShipmentContentUpdatePreview", "confirmShipmentContentUpdatePreview", "getDeliveryChallanDocument", "listDeliveryWindowOptions", "generateDeliveryWindowOptions", "confirmDeliveryWindowOptions", "listShipmentItems", "updateShipmentName", "listShipmentPallets", "cancelSelfShipAppointment", "getSelfShipAppointmentSlots", "generateSelfShipAppointmentSlots", "scheduleSelfShipAppointment", "updateShipmentSourceAddress", "updateShipmentTrackingDetails", "listTransportationOptions", "generateTransportationOptions", "confirmTransportationOptions", "updateItemComplianceDetails", "createMarketplaceItemLabels", "getInboundOperationStatus" ], ...require("./versions/fulfillment_inbound/fulfillmentInbound_v0"), ...require("./versions/fulfillment_inbound/fulfillmentInbound_2024-03-20") } };