Add-ons Product Attributes
Last updated
Last updated
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.
Successfully retrieved the attribute group
Deletes an existing attribute group.
The ID of the attribute group to be deleted.
Bearer token for authentication.
Successfully deleted the attribute group
Retrieves the translation for the specified attribute group.
The ID of the attribute group to retrieve translations for.
Bearer token for authentication.
Successfully retrieved translation for the attribute group
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.
Successfully retrieved the list of specifications
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.
Successfully retrieved the list of attribute groups
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.
Successfully retrieved the list of specifications
This endpoint retrieves a specification based on the provided specification ID.
ID of the specification to retrieve
Bearer token for authentication.
Successfully retrieved the specification
This endpoint deletes a specification based on the provided specification ID.
ID of the specification to delete
Bearer token for authentication.
Successfully deleted the specification
This endpoint retrieves the translation details of a specification by its ID.
ID of the specification translation to retrieve
Bearer token for authentication.
Successfully retrieved specification translation details
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.
Successfully retrieved the list of specification categories
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.
Successfully retrieved the filter list
This endpoint retrieves the details of a site filter by its ID.
The ID of the site filter
Bearer token for authentication.
Successfully retrieved the filter details
This endpoint deletes a specific site filter by its ID.
The ID of the site filter to delete
Bearer token for authentication.
Successfully deleted the site filter
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.
{"status":1,"message":"Successfully got the attribute list"}
Successfully retrieved the attribute list
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
Updates an existing attribute group.
The ID of the attribute group to be updated.
Bearer token for authentication.
Updated Group Name
1
[106,107]
Successfully updated 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.
Successfully created translation for the attribute group
This endpoint is used to create a new specification, which may include associated attribute groups and attributes.
Bearer token for authentication.
tests
1
101
Successfully created the specification
This endpoint updates a specification based on the provided specification ID.
ID of the specification to update
Bearer token for authentication.
tests
1
52
Successfully updated the specification
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
Successfully created new specification translation
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
Successfully updated the specifications for 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
Sections associated with the filter
Successfully created the site 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 sections to be included in the site filter
The ID of the site filter being edited
Successfully updated the site filter