Orders
Update order by ID
put/orders/{id}
Path parameters
idinteger required
The SamCart ID for the order
Request body
Example request
{
"custom_field_slug": "custom_zL6FLFM3",
"custom_field_data": "America"
}Response
Successful operation
Example response
{
"success": "true",
"data": "custom_zL6FLFM3 updated to: 'America'"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.