Get attributes
Once attributes are created, this endpoint gets all the available attributes that can be assigned to the requested target
- item
or category
. You can refine search results by specifying offset
and limit
. When they’re not specified, by default, you’ll get up to 10 attributes.
Authorizations
S2S access token (JWT) from fabric Identity service (during Login)
Headers
A header used by fabric to identify the tenant making the request. You must include tenant id in the authentication header for an API request to access any of fabric’s endpoints. You can retrieve the tenant id , which is also called account id, from Copilot. This header is required.
Unique request ID
Query Parameters
Comma-separated locale codes of product. You'll get a 400 error if the locales aren't supported. Refer to standard locales in https://www.rfc-editor.org/rfc/rfc5646.
Maximum number of records per page
Number of records to skip before returning records. For example, offset=20, limit=10
returns records 21-30.
Distinguishes between Product
and Category
attributes
PRODUCT
, CATEGORY
Response
Attribute details
Number of records to skip before returning records. For example, offset=20, limit=10
returns records 21-30.
Maximum number of records per page
Total number of records
Was this page helpful?