Skip to main content

Get Skus With Property

GET 

/api/skus/GetSkusWithProperty

Tier: Public — stable, supported for third-party integration.

Looks up SKUs by a standard property name or an extended property name.

Behaviour differs by which branch is taken. For a standard property name, the match is unique and the result is a 0-or-1-element list — no match still returns 200 with an empty list. For an extended property name, an unknown property, an unparseable value for the property's data type, or simply no matching SKUs all return 400 — so a no-match result is 200 for a standard property but 400 for an extended property.

Request

Responses

Returns a list of Skus.SkuDetailDto (possibly empty, for a standard property with no match).