Controllers and endpoints

Products

Endpoints for retrieving information about products.

Endpoint Description
GET api/v1/Products

Get a list of Products.

POST api/v1/Products

Creates a list of Products. Duplicated style codes or product option code in the request will cause the request to be rejected with a 400. If a product with the same style code or product option code already exists, it will be skipped and not created.

PUT api/v1/Products

Updates a list of Products. If a product with the same style code or product option code already exists, it will be skipped and not updated. Leave fields empty to clear them, leave fields null to not update them.

GET api/v1/Products/{id}

Get a Product.

Users

Endpoints for retrieving information about users. Users may take up to 2 hours to appear in the API.

Endpoint Description
GET api/v1/Users

Get a User.

GET api/v1/Users/{id}

Get a User.