Update order
PATCH
/orders/{id}This endpoint is used to update the order's information.
Request
Path Params
id
integer
required
Body Params application/json
promo_code
string | null
optional
Promo to apply to order. If left empty and promo is applied, it will remove the current applied promo.
Example
{
"promo_code": "string"
}
Request samples
Responses
No Content(204)
HTTP Code: 204
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: a month ago