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

Name
Type
Description

projecthash

string

ID of commerceup project.

Headers

Name
Type
Description

x-api-key

string

Authentication token

Request Body

Name
Type
Description

items

array

[{"sku" : 200}]

orderId

string

status

string

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

Last updated