In this section, we can delete information related to packaging.
Table of contents
Glossary
Name | Explanation |
id | product identifier for which information related to packaging is removed |
DELETE product packagings
In order to delete information from specified product about packigings use DELETE
/api/v1/catalog/integrations/auth-required/products/by-sku/packagings
. The diagram below shows the dependency of communicating with the API:In request you need to put required the following data:
id
Example request:
jsoncurl -X DELETE "https://api-preprod.one.unity.pl/api/v1/catalog/integrations/auth-required/products/by-sku/packagings?id=product4111" -H "accept: */*" -H "one-tenant: {tenant}" -H "ApiAuth: {apiKey}"