Update shipping attributes for a variant
PUT/api/v1/:team_slug/:app_slug/products/:product_id/variants/:variant_id/shipping-attributes
This endpoint allows updating shipping attributes for a specific product variant. The list should be complete, e.g. the values provided will be the once used by the variant. Example attributes include bulky, fragile, etc.
Request
Responses
- 200
- 400
- 422
- 500
Successfully updated shipping attributes
Invalid request format or validation error
Unable to process request
Internal server error