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

[BUG] [SP-API] [Issue] #642

Closed jackshuaiwei closed 2 months ago

jackshuaiwei commented 2 months ago

I'm submitting a...

[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report  
[ ] Feature request
[ ] Documentation issue or request
[ ] Other... Please describe:

SP-API Name and Version or Report/Feed Type

/inbound/fba/2024-03-20/inboundPlans getShipment

Expected Behavior

We need the Shippment.destination.address information. Or has any other api to get the Shipment's destionation address?

Current Behavior

The Shippment.ddestination.address was not return, even if the destinationType is AMAZON_WAREHOUSE.

Context/Screenshots

request

inboundPlanId:wf07d54589-f29f-479b-8382-cdb9c3416eaf shipmentId:sh8f44c485-6b4d-4b3a-97fa-d86af8e1be4a

response

{"selectedTransportationOptionId":"","shipmentId":"sh8f44c485-6b4d-4b3a-97fa-d86af8e1be4a","amazonReferenceId":"","destination":{"warehouseId":"SBD3","destinationType":"AMAZON_WAREHOUSE"},"name":"","shipmentConfirmationId":"","source":{"address":{"city":"","countryCode":"","postalCode":"","companyName":"","name":"","addressLine1":"","addressLine2":"","stateOrProvinceCode":""},"sourceType":"SELLER_FACILITY"},"inboundPlanId":"","placementOptionId":"***","status":"CLOSED"}

Your Environment

linux

harguph commented 2 months ago

Hello @jackshuaiwei ,

Thank you for bringing this up.

Looks like this is indeed a bug/issue.

Please open a developer support case sharing the full request and response so that the backend team can have a look to why this happened.

Regards