LowCodeAPI
  • Variants(5)
    • GET
      List All Variants
    • POST
      Create a Variant
    • PUT
      Update a Variant
    • DEL
      Delete a Variant
    • GET
      Variant Details
GET
POST
PUT
DELETE
GET
GET
https://api.lowcodeapi.com/zohocommerce/store/api/v1/variants
Query Parameters 7
statusstring
item_typestring
sort_columnstring
sort_orderstring
pagenumber
per_pagenumber
variant_idsnumber

The query parameters will be sent as a URL query parameters as a part of the request.

Query Parameters
statusstring
active, inactive
item_typestring
ItemType.Inventory, ItemType.NonInventory
sort_columnstring
name, last_modified_time, actual_available_stock
sort_orderstring
A, D
pagenumber
1 to n
per_pagenumber
10, 25, 50, 100, 200
variant_idsnumber
list of unique variant ids separated by comma to get specific variant details. Limit : 50
Response
API response data will be shown here once the request is completed.
Zoho Commerce