amzn / selling-partner-api-models

This repository contains OpenAPI models for developers to use when developing software to call Selling Partner APIs.
Apache License 2.0
547 stars 722 forks source link

Need Clarification on Carton Information Submission for Labels in Fulfillment Inbound API v2024-03-20 #3908

Closed zaki-siddiqui closed 1 month ago

zaki-siddiqui commented 2 months ago

I am currently using the Fulfillment Inbound API v2024-03-20 to receive labels from the getLabel operation. Do I still need to provide carton information via the Carton Information Feed (POST_FBA_INBOUND_CARTON_CONTENTS), or does the new API have an alternative method for submitting carton information to get labels?

KirillChekalin commented 2 months ago

Hi,

The operation getLabel is actually part of the Fulfillment Inbound API v0, not the Fulfillment Inbound API v2024-03-20.

For the new API, you might try using the setPackingInformation operation to submit carton information, which should then allow you to receive labels. This operation is designed to handle packing details and is likely what you need for your current requirements.

Additionally, you will need to follow all the necessary steps in the workflow for the Fulfillment Inbound API v2024-03-20 to ensure everything is set up correctly.

zaki-siddiqui commented 2 months ago

@KirillChekalin Oh, I see. Thank you for your reply, it has clarified some of my doubts.

harguph commented 1 month ago

Closing this.

Please feel free to open a new issue for any more queries.