Skip to content

Latest commit

 

History

History
14 lines (6 loc) · 646 Bytes

File metadata and controls

14 lines (6 loc) · 646 Bytes

ProductDeleteBatch

Properties

Name Type Description Notes
payload Seq<ProductDeleteBatchPayloadInner> Contains an array of product deletion requests, each including the product ID.
idempotencyKey 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]