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
612 stars 737 forks source link

Fulfillment Inbound ShipmentId Error #4232

Open CWillHan opened 1 month ago

CWillHan commented 1 month ago

Using Fulfillment Inbound API V0 Version, Create inboundShipment Plan , theShipmentID returns a string starting with FBA that can be viewed in the frontend, for example: FBA15JCWYVLM

image

But when using Fulfillment Inbound API v2024-03-20 Version, ShipmentId returns an uncertain string, such as sha7d9fc6f-aaa5-499d-94dd-777a8c73893e, which cannot correspond to Amazon's front-end Shipment. How can v2024-03-20 Version obtain the ShipmentId displayed on the front-end interface

image
mafge commented 1 month ago

Hi @CWillHan, thanks for reaching out! It looks like you are looking for shipmentConfirmationId which can be fetched via getShipment operation. Hope that helps! Best, Marc Selling Partner Developer Services

CWillHan commented 1 month ago

Hello @mafge I got it,it can get shipmentConfirmationId by using get shipment operation.after confirm Placement Option

github-actions[bot] commented 10 hours ago

This issue is scheduled to close soon. If you are still encountering problems, please feel free to open a new issue and make a reference to this one.