This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Description
I cannot use the endpoint /checkout/{token}/shipping/{id} to choose a cart shipping method because the order-id is not given by the API.
I looked inside order details, as well as checkout details in /checkout/{token} and none of them provides the order number.
The order number should be provided at least by the /checkout/{token} endpoint in order to follow the checkout flow logic.