This endpoint allows you to update the state of an order based on your internal workflow.
Endpoint
https://api.sevensenders.com/v2/docs.html#/OrderState/postOrderStateCollection
Headers
Parameter | Mandatory | Description |
API-KEY | YES | Your authorization key to access Seven Senders API |
Methods
POST
Parameters
Parameter | Mandatory | Type | Example | Description |
shop_order_id | YES | string | "123456789" | The order reference inside your system |
state | YES | choice: See the list of choices below | "paid" | The current state of the order |
datetime | YES | date: dd.mm.yyyy hh:mm:ss | "2017-08-15T16:53:07+01:00" | Date when the order changed to this status inside your system |
location | NO | string | "Schwedter strasse 36A 10435 Berlin" | The physical location of the order |
States available
State |
new |
paid |
in_production |
in_preparation |
refunded PLEASE NOTE: |
Request
Curl example
Response
Response headers