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.
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.
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.
Delete an existing category by its ID.
ID of the category to be deleted
Bearer token for authentication.
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.
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.
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.
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.
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.
Retrieve a list of product attributes with optional pagination and search keyword.
Number of records to return
10
Offset for pagination
0
Search keyword to filter attributes
color
Bearer token for authentication.
Successfully retrieved the attribute list
Retrieves a list of attribute groups with optional pagination and search filters.
Number of items to return per page.
10
Offset to start listing attribute groups from.
0
Search keyword to filter attribute groups.
Flag to return count of attribute groups.
0
Bearer token for authentication.
Successfully retrieved the attribute group list
Retrieves details of a specific attribute group by its ID.
The ID of the attribute group to retrieve.
Bearer token for authentication.
Deletes an existing attribute group.
The ID of the attribute group to be deleted.
Bearer token for authentication.
Fetches a list of specifications with optional filtering.
The number of specifications to return (pagination).
10
The offset from where to start retrieving specifications.
0
A search keyword to filter specifications by.
If set to 1, only returns the count of specifications instead of the list.
0
Bearer token for authentication.
Retrieves the translation for the specified attribute group.
The ID of the attribute group to retrieve translations for.
Bearer token for authentication.
This endpoint retrieves the list of specifications.
Number of records to return
10
The starting position of the records
0
Keyword for searching specifications
Whether to return the count of records (0 = no, 1 = yes)
0
Bearer token for authentication.
Fetches a list of attribute groups with optional filtering.
The number of attribute groups to return (pagination).
10
The offset from where to start retrieving attribute groups.
0
If set to 1, only returns the count of attribute groups instead of the list.
0
Bearer token for authentication.
This endpoint retrieves a specification based on the provided specification ID.
ID of the specification to retrieve
Bearer token for authentication.
This endpoint deletes a specification based on the provided specification ID.
ID of the specification to delete
Bearer token for authentication.
This endpoint retrieves the translation details of a specification by its ID.
ID of the specification translation to retrieve
Bearer token for authentication.
This endpoint retrieves the list of specification categories, with optional query parameters for filtering and pagination.
Number of records to return
10
The starting position of the records
0
Keyword for searching specification categories
Whether to return the count of records (0 = no, 1 = yes)
0
Bearer token for authentication.
This endpoint retrieves a list of site filters based on the specified query parameters.
Number of records to return.
The starting point for the filter records.
Search keyword for filtering the list.
Bearer token for authentication.
This endpoint retrieves the details of a site filter by its ID.
The ID of the site filter
Bearer token for authentication.
This endpoint deletes a specific site filter by its ID.
The ID of the site filter to delete
Bearer token for authentication.
This API retrieves a list of families with optional filtering and pagination.
Number of records to return.
Number of records to skip.
Keyword to filter families by name.
If set to 1, returns only the count.
This API retrieves a list of family categories based on the provided query parameters.
Limit the number of records.
Offset for pagination.
Filter categories by status.
If set to 1, returns only the count.
Search categories by keyword.
Filter categories by family name.
Sort order for the categories.
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
Save translations for a specific category based on the category ID.
ID of the category to save translations for
Bearer token for authentication.
Update an existing category with new details.
ID of the category to be updated
Bearer token for authentication.
This endpoint creates a new attribute with specified properties.
Bearer token for authentication.
test
short-text
0
1
1
test
test
test
1
Attribute added successfully
Creates a new attribute group with the specified details.
Bearer token for authentication.
The name of the attribute group.
testg
The sort order of the attribute group.
1
List of attribute IDs associated with the group.
[106]
Successfully created the attribute group
Creates a new translation for the specified attribute group.
The ID of the attribute group to create a translation for.
Bearer token for authentication.
The language of the translation.
The translated name for the attribute group.
The translated description for the attribute group.
Updates an existing attribute group.
The ID of the attribute group to be updated.
Bearer token for authentication.
Updated Group Name
1
[106,107]
This endpoint is used to create a new specification, which may include associated attribute groups and attributes.
Bearer token for authentication.
tests
1
101
This endpoint updates a specification based on the provided specification ID.
ID of the specification to update
Bearer token for authentication.
tests
1
52
This endpoint creates a new translation for the specified specification by its ID.
ID of the specification to add the translation for
Bearer token for authentication.
Details of the new specification translation
en
This is the translated specification
This endpoint updates the specifications assigned to a category.
Bearer token for authentication.
The ID of the category
1424
List of specification IDs to associate with the category
51
List of specification IDs to remove from the category
This endpoint creates a new site filter based on the provided data.
Bearer token for authentication.
The name of the filter
A list of category IDs associated with the filter
This endpoint updates the details of a site filter by its ID.
The ID of the site filter to update
Bearer token for authentication.
The name of the site filter
List of category IDs associated with the filter
The ID of the site filter being edited