Order Fulfilment Status
Last updated
Last updated
This endpoint deletes the order status for a given order status ID.
ID of the order status to be deleted
Bearer token for authentication.
{"status":1,"message":"Successfully deleted the order status"}
Successfully deleted the order status
This endpoint retrieves a complete list of order fulfillment statuses.
Limit the number of results
Offset for pagination
Filter by fulfillment status
Bearer token for authentication.
{"status":1,"message":"Successfully got the complete Order full-fillment status list"}
Successfully retrieved the order fulfillment status list
This endpoint deletes an existing order fulfillment status.
The ID of the order fulfillment status to be deleted.
Bearer token for authentication.
{"status":1,"message":"Successfully deleted the order status"}
Successfully deleted the order fulfillment status
This endpoint retrieves the complete list of order fulfillment statuses.
Number of records to return in a single response
Offset from which to start the records (for pagination)
Bearer token for authentication.
{"status":1,"message":"Successfully got the complete Order full-fillment status list"}
Successfully retrieved the order fulfillment status list
This endpoint creates a new order status with the given details.
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
{"status":1,"message":"Successfully created a new order status"}
Successfully created a new order status
This endpoint updates an existing order status with the provided details.
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)
ID of the parent order status
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 order status
{"status":1,"message":"Successfully updated the order status"}
Successfully updated the order status
This endpoint updates the order fulfillment status for a specific order status ID.
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)
{"status":1,"message":"Successfully updated order fulfillment status"}
Successfully updated the order fulfillment status
This endpoint assigns multiple order statuses to fulfillment statuses.
Bearer token for authentication.
{"status":1,"message":"Successfully updated order status"}
Successfully updated order statuses with fulfillment status assignments
This endpoint creates a new order fulfillment status.
Bearer token for authentication.
1
test
#9c2a2a
5
1
{"status":1,"message":"Successfully created full-fillment status"}
Successfully created order fulfillment status
This endpoint updates the status of an existing order fulfillment.
The ID of the order fulfillment status to be updated.
Bearer token for authentication.
{"status":1,"message":"Successfully updated the order status"}
Successfully updated the order fulfillment status