UserName = Account Number, Password = API Key

Don't have an API Key? Find it here or email [email protected]

GET - Categories

The Categories API gives information about the categories each style is assigned to.

Resource URL:

GET     https://api.ssactivewear.com/v2/categories/

Request Options:

Get All /v2/categories/ Returns all categories
Filter Results /v2/categories/{category}
/v2/categories/1
Returns categories by filter

{category} = is a comma separated list of category identifiers
identifiers = CategoryID
Filter Fields /v2/categories/?fields={fields} /v2/categories/?fields=CategoryID,Name Returns specifically requested fields

{fields} = is a comma separated list of category object fields
Response Format /v2/categories/?mediatype={mediatype} /v2/categories/?mediatype=json Determines the response type

{mediatype} = json or xml (Default=json)

Example Request:

GET     https://api.ssactivewear.com/v2/categories/81

Response:

[
   {
    "categoryID": 81,
    "name": "3/4 Sleeve",
    "image": "deprecated"
  } 
]

Category Object Definition:

categoryID Integer Unique ID for this category (does not change)
name String Logical name for the category.
image String {deprecated}