Sales Order APIs

Update Order Status

POST https://api.commerceup.io/v1/:projecthash/orderstatus

This endpoint allows you to update order status in commerceup according to status updated in ERP or shipment provider.

Path Parameters

NameTypeDescription

projecthash

string

ID of commerceup project.

Headers

NameTypeDescription

x-api-key

string

Authentication token

Request Body

NameTypeDescription

items

array

[{"sku" : 200}]

orderId

string

status

string

Available fields : In Process, Shipped, Delivered, Cancelled, Return Requested, Return Approved, Return Rejected

Last updated