🛠️ Overview: Learn how to use the SDK to delete a product. This guide provides step-by-step instructions and code examples for safe product removal.
Initialization
⚙️ Ensure your SDK is properly initialized with the necessary credentials.Authentication
🔐 Use thedeleteProduct
method with a valid API token.Request Parameters
📋 Required:product_id
. Optional:soft_delete
(default:false
).Code Example
💻sdk.deleteProduct(product_id="12345", soft_delete=True)
For more details, refer to our Product Management Guide.
📌 Note: Always verify data before deletion to avoid accidental loss.