Add-ons Product Attributes
Last updated
Last updated
Retrieve a list of product attributes with optional pagination and search keyword.
/attribute
Number of records to return
10
Offset for pagination
0
Search keyword to filter attributes
color
Bearer token for authentication.
This endpoint creates a new attribute with specified properties.
/attribute/
Bearer token for authentication.
test
short-text
0
1
1
test
test
test
1
Retrieves a list of attribute groups with optional pagination and search filters.
/attribute-group/
Number of items to return per page.
Offset to start listing attribute groups from.
Search keyword to filter attribute groups.
Flag to return count of attribute groups.
Bearer token for authentication.
Creates a new attribute group with the specified details.
/attribute-group/
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]
Retrieves details of a specific attribute group by its ID.
/attribute-group/{id}
The ID of the attribute group to retrieve.
Bearer token for authentication.
Updates an existing attribute group.
/attribute-group/{id}
The ID of the attribute group to be updated.
Bearer token for authentication.
Updated Group Name
1
[106,107]
Deletes an existing attribute group.
/attribute-group/{id}
The ID of the attribute group to be deleted.
Bearer token for authentication.
Retrieves the translation for the specified attribute group.
/attribute-group-translation/attribute-group/{id}
The ID of the attribute group to retrieve translations for.
Bearer token for authentication.
Creates a new translation for the specified attribute group.
/attribute-group-translation/attribute-group/{id}
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.
Fetches a list of specifications with optional filtering.
/specification/
The number of specifications to return (pagination).
The offset from where to start retrieving specifications.
A search keyword to filter specifications by.
If set to 1, only returns the count of specifications instead of the list.
Bearer token for authentication.
Fetches a list of attribute groups with optional filtering.
/attribute-group
The number of attribute groups to return (pagination).
The offset from where to start retrieving attribute groups.
If set to 1, only returns the count of attribute groups instead of the list.
Bearer token for authentication.
This endpoint retrieves the list of specifications.
/specification
Number of records to return
The starting position of the records
Keyword for searching specifications
Whether to return the count of records (0 = no, 1 = yes)
Bearer token for authentication.
This endpoint is used to create a new specification, which may include associated attribute groups and attributes.
/specification
Bearer token for authentication.
tests
1
This endpoint retrieves a specification based on the provided specification ID.
/specification/{id}
ID of the specification to retrieve
Bearer token for authentication.
This endpoint updates a specification based on the provided specification ID.
/specification/{id}
ID of the specification to update
Bearer token for authentication.
tests
1
52
This endpoint deletes a specification based on the provided specification ID.
/specification/{id}
ID of the specification to delete
Bearer token for authentication.
This endpoint retrieves the translation details of a specification by its ID.
/specification-translation/specification/{id}
ID of the specification translation to retrieve
Bearer token for authentication.