Products

Archive a variant

Archive (soft delete) a variant by its ID. Associated offers are also affected. This action is reversible.

Authorization

Public key Secret key
x-fngs-public-key<token>

In: header

x-fngs-secret-key<token>

In: header

Path Parameters

productId*string

PATCH /v0/products/:productId/variants/:variantId/archive Parameter

Formatuuid
variantId*string

PATCH /v0/products/:productId/variants/:variantId/archive Parameter

Formatuuid

Request Body

application/json

PATCH /v0/products/:productId/variants/:variantId/archive Request body

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

PATCH
/v0/products/{productId}/variants/{variantId}/archive
curl -X PATCH "https://example.com/v0/products/497f6eca-6276-4993-bfeb-53cbbbba6f08/variants/497f6eca-6276-4993-bfeb-53cbbbba6f08/archive" \  -H "Content-Type: application/json" \  -d '{    "id": "string"  }'
{  "status": "success",  "data": {    "success": true  }}