API DOCUMENTATION
    Try Unleashed Now Sandbox

    Attribute Sets

    The AttributeSets resource allows attributes to be listed, created, and updated. An individual attribute set details can be viewed or updated by appending its identifier (a GUID formatted as XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX) to the URI.

    Note: This endpoint can only be used for Products.

    The full range of URIs and HTTP Verbs supported are:

    Operation HTTP Action
    List all Attribute Sets GET /AttributeSets
    View the Attribute Sets for a specific page GET /AttributeSets/{pageNumber}
    GET /AttributeSets/Page/{pageNumber}
    List the Attribute Sets for a specified Guid GET /AttributeSets/{Guid}
    Create new or update existing Attribute Set POST /AttributeSets

    GET Attribute Sets

    Available Fields for GET Attribute Sets
    Property Type Length Notes
    Attributes Attribute Collection
    Guid Guid Unique identifier. Can only be set when adding a record.
    LastModifiedBy Nullable String 50
    LastModifiedOn Nullable DateTime
    SetName String 500
    Type String The Type value must be Product.
    Available Fields for Attribute
    Property Type Length Notes
    Guid Guid Unique identifier. Can only be set when adding a record.
    IsRequired Boolean true,false
    Name String 500
    Value String 500 The default value assigned to the attribute.

    Examples for Response GET /AttributeSets

    show xml example
    show json example

    POST AttributeSets

    Available Fields for POST Attribute Sets
    Property Type Length Required Notes
    Attributes Attribute Collection
    Guid Guid Yes for updating
    N/A for creating
    Unique identifier. Can only be set when adding a record.
    SetName String 500 Yes
    Type String Yes The Type value must be Product.
    Available Fields for Attribute
    Property Type Length Required Notes
    Guid Guid Yes for updating
    N/A for creating
    Unique identifier. Can only be set when adding a record.
    IsRequired Boolean true,false
    Name String 500 Yes Must be unique.
    Value String 500 The default value assigned to the attribute.

    Examples for Request POST /AttributeSets

    show xml example
    show json example

    Examples for Response POST /AttributeSets

    show xml example
    show json example

    Use the API Sandbox to see how the object is rendered in JSON or XML.

    Note: An Unleashed account is required before you can use the API Sandbox.

    Trial accounts are also allowed to connect to the API.
    You can register a new account here: Register.