Skip to main content

Extend order

Order items that have not been activated will expire on the expiration date of the order. If you need to extend the expiration date on the order you should use this endpoint.

Extend order​

To extend an order, call the extend endpoint. The response will contain an updated order model.

Works on NotActivated and PartActivated orders

Any other status is rejected. See Order lifecycle for what each status means.

Example​

POST /manage/orders/{{orderId}}/extend HTTP/1.1
Host: api.uat.walleydev.com // Test environment. Production uses a different hostname.
Authorization: Bearer {{accessToken}}
Http status codeDescription
202Order extended
401Unauthorized, token verification needed. See: Authentication for more information
403No permission for this store
404Order not found
409Request with same idempotency key already in progress

Data Model​

Request​

Request headers​

HeaderRequiredExplanation
AuthorizationYesSee Authentication for how to generate the Bearer token value

Response​

The response will be 202 Accepted for a successful extension.