Product Configuration
Last updated
Last updated
Retrieve a list of industries with optional filters.
The number of industries to return per page (optional).
The offset for the list of industries (optional).
A search keyword to filter the industries by name (optional).
The sorting order of the results (optional).
Bearer token for authentication.
Successfully got the industry list
Retrieve a list of category translations with optional filters.
The offset for pagination.
The number of translations to return per page.
A search keyword to filter the category translations by name.
A filter for the category translations by SKU.
Bearer token for authentication.
Successfully retrieved category translation list
Retrieve the translation details for a specific category based on the category ID.
ID of the category to retrieve the translation for
Bearer token for authentication.
Successfully retrieved category translation detail
Delete an existing category by its ID.
ID of the category to be deleted
Bearer token for authentication.
Successfully deleted category
Retrieve a paginated list of export logs.
Number of records to retrieve
10
Number of records to skip
0
Flag to indicate if the count should be returned (1 for true, 0 for false)
0
Bearer token for authentication.
Successfully retrieved export log list
Retrieve a list of orders in Excel format, with an optional filter for failed orders.
Filter orders by failed status (true or false)
false
Bearer token for authentication.
Successfully retrieved order Excel list
Retrieve a paginated list of products linked with QR codes.
Number of records to retrieve
10
Number of records to skip
0
Flag to indicate if the count should be returned (1 for true, 0 for false)
0
Bearer token for authentication.
Successfully retrieved QR code product list
Retrieve website settings based on query parameters.
Specify whether to retrieve the default website settings (1 for true, 0 for false).
1
Bearer token for authentication.
Successfully retrieved website settings
Retrieve the QR code image for a given product ID.
The ID of the product whose QR code image needs to be downloaded
Bearer token for authentication.
Successfully retrieved QR code image
Retrieve a list of vendor categories with filtering and pagination options.
Number of categories to retrieve.
The number of categories to skip for pagination.
Keyword to filter categories by name.
Sort order (e.g., 0 for ascending, 1 for descending).
Filter categories by status (active or inactive).
Name of the category to filter by.
Filter categories by industry ID.
Bearer token for authentication.
Successfully retrieved category list
Create a new category with the provided details.
Bearer token for authentication.
test
1
1424
1
test
<p>test</p>
1
Successfully created the new category.
Save translations for a specific category based on the category ID.
ID of the category to save translations for
Bearer token for authentication.
Successfully saved category translations
Update an existing category with new details.
ID of the category to be updated
Bearer token for authentication.
Successfully updated category
Generate QR codes based on the provided product data.
Bearer token for authentication.
Successfully generated the product QR code