Product Configuration
Last updated
Last updated
Retrieve a list of vendor categories with filtering and pagination options.
/category
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.
Create a new category with the provided details.
/category
Bearer token for authentication.
test
1
1424
1
test
<p>test</p>
1
Retrieve a list of industries with optional filters.
/list/industry
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).
asc
, desc
Bearer token for authentication.
Retrieve a list of category translations with optional filters.
/category/category-translation
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.
Retrieve the translation details for a specific category based on the category ID.
/category/{categoryId}/category-translation
ID of the category to retrieve the translation for
Bearer token for authentication.
Save translations for a specific category based on the category ID.
/category/{categoryId}/category-translation
ID of the category to save translations for
Bearer token for authentication.
Update an existing category with new details.
/category/{categoryId}
ID of the category to be updated
Bearer token for authentication.
Delete an existing category by its ID.
/category/{categoryId}
ID of the category to be deleted
Bearer token for authentication.
Retrieve a paginated list of export logs.
/export-log
Number of records to retrieve
Number of records to skip
Flag to indicate if the count should be returned (1 for true, 0 for false)
Bearer token for authentication.
Retrieve a list of orders in Excel format, with an optional filter for failed orders.
/order/order-excel-list/
Filter orders by failed status (true or false)
Bearer token for authentication.
Retrieve a paginated list of products linked with QR codes.
/qrCode/product-list
Number of records to retrieve
Number of records to skip
Flag to indicate if the count should be returned (1 for true, 0 for false)
Bearer token for authentication.
Retrieve website settings based on query parameters.
/settings
Specify whether to retrieve the default website settings (1 for true, 0 for false).
Bearer token for authentication.
Generate QR codes based on the provided product data.
/qrCode/created-qrcode
Bearer token for authentication.
Retrieve the QR code image for a given product ID.
/qrCode/download-qrimage/{productId}
The ID of the product whose QR code image needs to be downloaded
Bearer token for authentication.