Order Fulfilment Status
Last updated
Last updated
This endpoint retrieves the complete list of order fulfillment statuses.
/order-status/order-fullfillment-status-list
Number of records to return in a single response
Offset from which to start the records (for pagination)
Bearer token for authentication.
This endpoint creates a new order status with the given details.
/order-status/create-order-status
Bearer token for authentication.
Indicates if the order status is related to fulfillment
Name of the order status
Hexadecimal color code for the order status
Priority level of the order status
Status of the order (1 for active, 0 for inactive)
Indicates if the order status is for admin
Indicates if the order status is for vendor
Indicates if the order status is for buyer
Indicates if the order status is related to API
This endpoint updates an existing order status with the provided details.
/order-status/update-order-status/{orderStatusId}
ID of the order status to be updated
Bearer token for authentication.
Indicates if the order status is related to fulfillment
Name of the order status
Hexadecimal color code for the order status
Priority level of the order status
Status of the order (1 for active, 0 for inactive)
Indicates if the order status is for admin
Indicates if the order status is for vendor
Indicates if the order status is for buyer
Indicates if the order status is related to API
ID of the parent order status
ID of the order status
This endpoint updates the order fulfillment status for a specific order status ID.
/order-status/update-order-fullfillment-status/{orderStatusId}
ID of the order status whose fulfillment status is to be updated
Bearer token for authentication.
The order fulfillment status (1 for active, 0 for inactive)
This endpoint deletes the order status for a given order status ID.
/order-status/{orderStatusId}
ID of the order status to be deleted
Bearer token for authentication.
This endpoint retrieves a complete list of order fulfillment statuses.
/order-status/fullfillment
Limit the number of results
Offset for pagination
Filter by fulfillment status
Bearer token for authentication.
This endpoint assigns multiple order statuses to fulfillment statuses.
/order-status/fullfillment
Bearer token for authentication.
This endpoint creates a new order fulfillment status.
/order-status/fullfillment
Bearer token for authentication.
1
test
#9c2a2a
5
1
This endpoint updates the status of an existing order fulfillment.
/order-status/fullfillment/{id}
The ID of the order fulfillment status to be updated.
Bearer token for authentication.
This endpoint deletes an existing order fulfillment status.
/order-status/fullfillment/{id}
The ID of the order fulfillment status to be deleted.
Bearer token for authentication.