How can I use and develop the Fulfillment Inbound API in the development environment without using real data? #4875
Unanswered
dangngocthanhh
asked this question in
General
Replies: 1 comment
-
Hello @dangngocthanhh, The SP-API sandbox varies between Static and Dynamic.
The Selling Partner API Sandbox also covers this explanation. Now for the Fulfillment Inbound API v2024-03-20, all the sandbox calls are static, meaning that you'll need to pass specific parameters to receive a response. I'm sending here all the parameters specifications for each sandbox call of the API, that I extracted from the fulfillment-inbound-api-model in github: listInboundPlansMethod: GETEndpoint: /inbound/fba/2024-03-20/inboundPlans
createInboundPlanMethod: POSTEndpoint: /inbound/fba/2024-03-20/inboundPlans
getInboundPlanMethod: GETEndpoint: /inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}
listInboundPlanBoxesMethod: GETEndpoint: /inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/boxes
cancelInboundPlanMethod: PUTEndpoint: /inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/cancellation
listInboundPlanItemsMethod: GETEndpoint: /inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/items
updateInboundPlanNameMethod: PUTEndpoint: /inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/name
listPackingGroupBoxesMethod: GETEndpoint: /inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/packingGroups/{packingGroupId}/boxes
listPackingGroupItemsMethod: GETEndpoint: /inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/packingGroups/{packingGroupId}/items
setPackingInformationMethod: POSTEndpoint: /inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/packingInformation
listPackingOptionsMethod: GETEndpoint: /inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/packingOptions
generatePackingOptionsMethod: POSTEndpoint: /inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/packingOptions
confirmPackingOptionMethod: POSTEndpoint: /inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/packingOptions/{packingOptionId}/confirmation
listInboundPlanPalletsMethod: GETEndpoint: /inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/pallets
listPlacementOptionsMethod: GETEndpoint: /inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/placementOptions
generatePlacementOptionsMethod: POSTEndpoint: /inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/placementOptions
confirmPlacementOptionMethod: POSTEndpoint: /inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/placementOptions/{placementOptionId}/confirmation
getShipmentMethod: GETEndpoint: /inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}
listShipmentBoxesMethod: GETEndpoint: /inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/boxes
listShipmentContentUpdatePreviewsMethod: GETEndpoint: /inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/contentUpdatePreviews
generateShipmentContentUpdatePreviewsMethod: POSTEndpoint: /inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/contentUpdatePreviews
getShipmentContentUpdatePreviewMethod: GETEndpoint: /inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/contentUpdatePreviews/{contentUpdatePreviewId}
confirmShipmentContentUpdatePreviewMethod: POSTEndpoint: /inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/contentUpdatePreviews/{contentUpdatePreviewId}/confirmation
getDeliveryChallanDocumentMethod: GETEndpoint: /inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/deliveryChallanDocument
listDeliveryWindowOptionsMethod: GETEndpoint: /inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/deliveryWindowOptions
generateDeliveryWindowOptionsMethod: POSTEndpoint: /inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/deliveryWindowOptions
confirmDeliveryWindowOptionsMethod: POSTEndpoint: /inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/deliveryWindowOptions/{deliveryWindowOptionId}/confirmation
listShipmentItemsMethod: GETEndpoint: /inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/items
updateShipmentNameMethod: PUTEndpoint: /inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/name
listShipmentPalletsMethod: GETEndpoint: /inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/pallets
cancelSelfShipAppointmentMethod: PUTEndpoint: /inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/selfShipAppointmentCancellation
getSelfShipAppointmentSlotsMethod: GETEndpoint: /inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/selfShipAppointmentSlots
generateSelfShipAppointmentSlotsMethod: POSTEndpoint: /inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/selfShipAppointmentSlots
scheduleSelfShipAppointmentMethod: POSTEndpoint: /inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/selfShipAppointmentSlots/{slotId}/schedule
updateShipmentSourceAddressMethod: PUTEndpoint: /inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/sourceAddress
updateShipmentTrackingDetailsMethod: PUTEndpoint: /inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/trackingDetails
listTransportationOptionsMethod: GETEndpoint: /inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/transportationOptions
generateTransportationOptionsMethod: POSTEndpoint: /inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/transportationOptions
confirmTransportationOptionsMethod: POSTEndpoint: /inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/transportationOptions/confirmation
listItemComplianceDetailsMethod: GETEndpoint: /inbound/fba/2024-03-20/items/compliance
updateItemComplianceDetailsMethod: PUTEndpoint: /inbound/fba/2024-03-20/items/compliance
createMarketplaceItemLabelsMethod: POSTEndpoint: /inbound/fba/2024-03-20/items/labels
listPrepDetailsMethod: GETEndpoint: /inbound/fba/2024-03-20/items/prepDetails
setPrepDetailsMethod: POSTEndpoint: /inbound/fba/2024-03-20/items/prepDetails
getInboundOperationStatusMethod: GETEndpoint: /inbound/fba/2024-03-20/operations/{operationId}
Thanks, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have tried using the sandbox API, but it didn’t work. It seems that it’s not supported.
Beta Was this translation helpful? Give feedback.
All reactions