Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1018 Bytes

File metadata and controls

12 lines (9 loc) · 1018 Bytes

# ProductVariantDeleteBatch

Properties

Name Type Description Notes
clear_cache bool [optional] [default to false]
reindex bool [optional] [default to false]
payload \OpenAPI\Client\Model\ProductVariantDeleteBatchPayloadInner[] Contains an array of product variant deletion requests, each including the product ID and variant ID. The list of properties may vary depending on the specific platform.
idempotency_key string A unique identifier associated with a specific request. Repeated requests with the same <strong>idempotency_key</strong> return a cached response without re-executing the business logic. <strong>Please note that the cache lifetime is 15 minutes.</strong> [optional]

[Back to Model list] [Back to API list] [Back to README]