Skip to main content

Get Product Variant

GET 

/commerce/products/:productId/variants/:variantId

Request

Path Parameters

    productId stringrequired

    The ID of the product you want to get the product variants for.

    variantId stringrequired

    The ID of the variant you want to get.

Query Parameters

    credentialId stringrequired

    The ID of the credential.

Header Parameters

    Authorization stringrequired

    Default value: bearer YOUR_API_KEY

Responses

200

Schema

    any

Loading...