Download OpenAPI specification:Download
The Forward Order API is used to inform Optoro of new orders from your Forward order system.
The request payload looks the same for both. Updates can modify the contents of an order and its order items. Updates can also add order items to an order. Orders and order items cannot be deleted.
Successfully created or update order
Status code should be returned when there is a bad/unparseable request.
The user is not authenticated or not authorized (these have no body).
Error response will be HTTP status code 422 for validation errors (missing or invalid fields in this case).
Status code should be returned when there is a server error.
Status code should be returned when Optoro's servers are unavailable.
{- "orders": [
- {
- "identifier": "1193Z93LL",
- "concept": "Best Brand",
- "postal_code": 55127,
- "created_at": "2023-09-11T00:00:00.000Z",
- "items": [
- {
- "identifier": "f34d97a7-f175-4a52-9e94-405631adbb3e4",
- "upc": 848709033673,
- "sku": "0123445667A",
- "quantity": 2,
- "tracking_number": "1Z999AA10123456784",
- "reverse_tracking_number": 2396343519220426000,
- "dropship_identifier": 1872,
- "shipped_date": "2023-08-20T04:00:00Z",
- "return_policy_end_date": "2023-08-15T04:00:00Z",
- "labels": [
- {
- "type": "barcode",
- "name": "title",
- "value": 10231030023
}
]
}
]
}
]
}
{- "message": "Success"
}