Skip to main content

January 17, 2026

· 2 min read

GET /store/orders

  • added the optional property 'results/items/locked_at' to the response with the '200' status
View updated docs

POST /store/orders

  • added the optional property 'locked_at' to the response with the '201' status
View updated docs

GET /store/orders/current_order

  • added the optional property 'locked_at' to the response with the '200' status
View updated docs

GET /store/orders/{id}

  • added the optional property 'locked_at' to the response with the '200' status
View updated docs

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
View updated docs