Save order comment
POST {{fulfillment_client_url}}/client/order/1/comment
Save a comment for the order, a notification will be sent to the warehouse that will process it.
Body definition
name | Type | Description | Required |
---|---|---|---|
comment | String | true |
Request Body
{"comment"=>"another comment"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"check":true}