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
571 stars 730 forks source link

The ‘readyToShipWindow’ field in the generateTransportationOptions interface is not effective after being entered. #4102

Open ccyun06 opened 3 weeks ago

ccyun06 commented 3 weeks ago

The ‘readyToShipWindow’ field in the generateTransportationOptions interface is not effective after being entered. No matter what date I input, the backend UI always displays the current date. The “listDeliveryWindowOptions” interface always returns a list of time slots starting from the creation date for a period of 44 days.

generateTransportationOptions API request example: { "placementOptionId": "{{placementOptionId}}", "shipmentTransportationConfigurations": [ { "contactInformation": { "email": "email@email.com", "name": "John Smithy", "phoneNumber": "1234567890" }, "freightInformation": { "declaredValue": { "amount": 2000, "code": "USD" }, "freightClass": "FC_50" }, "pallets": [ { "dimensions": { "height": 50, "length": 40, "unitOfMeasurement": "CM", "width": 40 }, "quantity": 3, "stackability": "NON_STACKABLE", "weight": { "unit": "KG", "value": 800 } } ], "readyToShipWindow": { "start": "2024-08-25T00:00Z" }, "shipmentId": "{{shipmentId}}" } ] }

Christin519 commented 3 weeks ago

Me too

emakunin commented 1 week ago

This request is a duplicate of https://github.com/amzn/selling-partner-api-models/issues/4048 it seems.

Christin519 commented 1 week ago

This request is a duplicate of #4048 it seems.

No! Our shipments to Amazon usually take 60 days or more, but the delivery window returned by the interface is up to 45 days.

Is the delivery window here obtained based on a certain parameter?

emakunin commented 1 week ago

oh you are right, my bad it's another problem .I'll update

Christin519 commented 1 week ago

oh you are right, my bad it's another problem .I'll update

Thanks.So, can you take a look at this problem and give a solution?It's very important to me. 45 days is not enough to ship from my country to Amazon(US)

emakunin commented 1 week ago

I would be glad to, but we are on the same boat. I'm not an amazon SDE :P

ccyun06 commented 1 week ago

@mafge Could you please take a look at this problem for me?

puppsupr commented 2 days ago

Checking with team on this !

Christin519 commented 2 days ago

Checking with team on this !

Thank you, we are always waiting for your result.😊