Skip to content

Asset Variant Criteria

An AssetVariantCriterion resource associates an Asset with product variants.

Get an asset variant criterion

Request

Get an AssetVariantCriterion resource.

Security
bearerToken
Path
idstringrequired

The unique ID of the AssetVariantCriterion

Example:e5e4b297-29e7-4a78-8f9f-97f7a02df8df
curl -i -X GET \
  https://api-v2.dash.app/asset-variant-criteria/e5e4b297-29e7-4a78-8f9f-97f7a02df8df \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Success

Bodyapplication/json
resultobjectrequired
permittedActionsArray of objectsrequired
Response
{ "result": { "id": "e5e4b297-29e7-4a78-8f9f-97f7a02df8df", "accountId": "2d8f0349-4e9c-4df5-bd4d-8c96e4f91851", "assetId": "2807728f-2c48-422b-a7a8-f9adee425f32", "productId": "54f26d2c-ae22-4185-81b4-ae8b947d4d8f", "optionIdsByVariantFieldId": [] }, "permittedActions": [] }