You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 8, 2025. It is now read-only.
I cannot use the endpoint
/checkout/{token}/shipping/{id}to choose a cart shipping method because theorder-idis 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.