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
534 stars 722 forks source link

Selling Partner API (SP API) : ApiError : Fulfillment Inbound : GET deliveryWindowOptions issue #3964

Closed qdev89 closed 3 weeks ago

qdev89 commented 3 weeks ago

hi all, I try to use https://sellingpartnerapi-na.amazon.com/inboundPlans/:inboundPlanId/shipments/:shipmentId/deliveryWindowOptions This also not listed in the document in https://developer-docs.amazon.com/sp-api/docs/fulfillment-inbound-api-v2024-03-20-use-case-guide#step-8-select-transportation-options ? (or I'm missing something) with correct params but get result error: { "errors": [ { "code": "InternalFailure", "message": "We encountered an internal error. Please try again.", "details": "" } ] } I'm totally stuck on this step you can check

thanks

shreeharsh-a commented 3 weeks ago

@MeenaAmz

qdev89 commented 3 weeks ago

turn out we need to call exactly same POST before can call GET. thank you