amz_sp_api icon indicating copy to clipboard operation
amz_sp_api copied to clipboard

Fulfillment Inbound API getShipments is missing READY_TO_SHIP status

Open cheeseweasel opened this issue 1 year ago • 0 comments

The validation on the shipment_status_list parameter for get_shipments is missing READY_TO_SHIP:

https://github.com/ericcj/amz_sp_api/blob/0c2c49edc3b32a9e7b466fe5f460821898042918/lib/fulfillment-inbound-api-model/api/fba_inbound_api.rb#L818-L820

https://developer-docs.amazon.com/sp-api/docs/fulfillment-inbound-api-v0-model - the definition is under "/fba/inbound/v0/shipments"

I'm not sure if this has happened because of the two similar shipment lists we have here:

https://developer-docs.amazon.com/sp-api/docs/fulfillment-inbound-api-v0-reference#shipmentstatus (this does not include READY_TO_SHIP) https://developer-docs.amazon.com/sp-api/docs/fulfillment-inbound-api-v0-reference#shipmentstatuslist (this does)

cheeseweasel avatar Dec 13 '23 07:12 cheeseweasel