put
https://api.gobeeping.com/api/v1/client/orders//confirm
What is it for?
Confirms the order so the warehouse can start preparing it. No body fields are required, only the ID in the URL.
Conditions
- Requires authentication.
- Validations:
- The order MUST be in status: Por confirmar
- If the order is in any other status, you will receive:
- Error: ORDER_CANNOT_BE_CONFIRMED (HTTP 400)
- Message: "The order with ID {id} cannot be confirmed."
- After confirmation: the order moves to PENDING (2)
Parameters
Fill in the fields in Body Params, Query Params and/or Path Params as applicable.
Expected response
HTTP 204 → No content (indicates success)
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
204Order confirmed successfully (no content)
400Invalid ID or malformed request
404Order not found
