cURL
curl --request PATCH \ --url https://api.fungies.io/v0/products/{productId}/archive \ --header 'Content-Type: application/json' \ --header 'x-fngs-public-key: <api-key>' \ --header 'x-fngs-secret-key: <api-key>' \ --data ' { "id": "<string>", "archiveOffers": true } '
{ "status": "<string>", "data": { "success": true } }
Archive an existing product by its ID.
PATCH /v0/products/:productId/archive Parameter
PATCH /v0/products/:productId/archive Request body
PATCH /v0/products/:productId/archive Positive response
"success"
Show child attributes