Get Skus

Description

This service retrieves all SKUs for a given parameters. You can use optional parameters to filter the results.


Request

Endpoint

GET https://<server-url>/api/v4/referencedata/skus

Parameters

All parameters for this endpoint are optional and are sent via the query string.

Parameter
Location
Description

touchpoint

Query / Header

The identifier for the touchpoint making the request. If sent as a header, the name must be Thalamus-Touchpoint.

token

Query / Header

The authentication token for the API. If sent as a header, the name must be Thalamus-Token.

limit

Query

Optional. An integer used to retrieve the skus with a limit.

offset

Query

Optional. An integer used to retrieve the skus with a offset. If this parameter is used, is mandatory use limit

codeKey

Query

Optional. A string used to retrieve the skus for a specific code of ReferenceCode.

codeValue

Query

Optional. A string used to retrieve the skus for a specific value of ReferenceCode.

active

Query

Optional. A boolean (true or false, defaults to false). If true, only the active skus will be included in the response. If false, only the inactive skus will be included in the response. If not use this paramater, all skus will be included in the response.

order_by_direction

Query

Optional. A string used to order by direction (ASC or DESC, defaults to DESC)

Content-Type

Header

Specifies the content type of the request body. Must be application/json.

Full URL Example

Request Body

This request does not have a body.


Response

✅ Successful Response: 200 OK

A JSON object is returned, representing the hierarchical structure of the requested market data. The structure nests from the top-level market down through brandFamilies, brands, products, and skus.

JSON

Last updated

Was this helpful?