Get single attribute
E-commerce platforms (web or app) show product details based on attributes such as name, size, color, and other specifications. This endpoint gets the details of a particular attribute by its ID, which is used to display on the e-commerce platform.
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
Path Parameters
24-character system-generated attribute 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.
Response
Attribute ID
Non-localized attribute name. Refer to localizedProperties
to get the localized name.
Brief description of attribute
Attribute type
TEXT
, NUMBER
, DATETIME
, BOOLEAN
, OPTIONS
, SERIAL
Single string for EQUALS
operation; comma-separated string for an IN
operation
PRODUCT
, CATEGORY
Names of localized attributes
true: Attribute name is translated into different languages or localized for different regions <br /> false: Attribute name isn't localized Note: Refer to localizedProperties
to get relevant attributes based on locale.
Validation details
Email of the user who last updated the attribute
Time of attribute creation (UTC)
Time of last update to attribute (UTC)
Was this page helpful?