Sweet Spot API

Command Palette

Search for a command to run...

GET/v1/product-variants/{id}/fees

Retrieves all fees applicable to a product variant. Returns fees from both the parent product and the product category (if the product belongs to a category). Product fees are directly associated with the variant's parent product, while category fees are inherited from the product's category. Requires ProductVariantRead permission on the variant's product organization.

Parameters
Request parameters for this endpoint
NameLocationTypeRequiredDescription
idpathstringRequiredProduct variant public ID (pub_id) to retrieve fees for
Response Data
Fields returned in the response

Always Present

NameTypeDescription
categoryFees
array<ProductFeeResponse>
Fees inherited from the product category
productFees
array<ProductFeeResponse>
Fees directly associated with the product
Retrieves all fees applicable to a product variant. Retur... | Sweet Spot API Documentation