get https://sellercenter-api.linio.com.mx/?Action=GetCategoryAttributes
Returns a list of attributes with options for a given category. It will also display attributes for TaxClass and ShipmentType, with their possible values listed as options.
The tags of the result's XML have the following type and meaning:
Name | Type | Description |
---|---|---|
Name | String | Identifier of the attribute. |
Label | String | Human-readable display name of the attribute. |
isMandatory | Boolean | Whether the attribute is mandatory. |
Description | String | Attribute description |
AttributeType | String | Attribute type |
ExampleValue | String | Example value for the attribute |
Options | Node | Lists all Option nodes |
Errors
Error code | Message |
---|---|
57 | E057: No attribute sets linked to that category. |