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 a page of attribute sets. GET /AttributeSets
    List the attribute sets for a specific guid. GET /AttributeSets/{guid}
    Create a new attribute set. POST /AttributeSets/{id}

    GET Attribute Sets

    Available Fields for GET Attribute Sets
    Property Type Length Notes
    Attributes Attribute Collection
    CreatedBy Nullable String
    CreatedOn Nullable DateTime
    Guid Guid Unique identifier. Can only be set when adding a record.
    LastModifiedBy Nullable String 50
    LastModifiedOn Nullable DateTime
    SetName String 50
    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 50
    Value String 50 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 50 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 50 Yes Must be unique.
    Value String 50 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.