January 17, 2026
· 2 min read
GET /store/orders
- added the optional property 'results/items/locked_at' to the response with the '200' status
POST /store/orders
- added the optional property 'locked_at' to the response with the '201' status
GET /store/orders/current_order
- added the optional property 'locked_at' to the response with the '200' status
GET /store/orders/{id}
- added the optional property 'locked_at' to the response with the '200' status
POST /store/orders/{id}/cancel
- added the new optional request property 'locked_at'
- added the optional property 'locked_at' to the response with the '200' status