Skip to content

Conversation

@cpfk
Copy link
Contributor

@cpfk cpfk commented Oct 9, 2025

see https://developer-docs.shipping.amazon.com/apis/docs/shipping-api-v2-reference#timewindow

it's start & end, not startTime and endTime

From actual response:
"promise": {
"deliveryWindow": {
"end": "2025-10-19T06:59:59Z",
"start": "2025-10-19T06:59:59Z"
},
"pickupWindow": {
"end": null,
"start": null
}

      Fixes #895 

see https://developer-docs.shipping.amazon.com/apis/docs/shipping-api-v2-reference#timewindow

it's start & end, not startTime and endTime

From actual response:
 "promise": {
          "deliveryWindow": {
            "end": "2025-10-19T06:59:59Z",
            "start": "2025-10-19T06:59:59Z"
          },
          "pickupWindow": {
            "end": null,
            "start": null
          }
@abuzuhri abuzuhri merged commit 6119826 into abuzuhri:main Oct 23, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants