Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 759 Bytes

File metadata and controls

12 lines (8 loc) · 759 Bytes

Voucherify.Model.ProductsMetadataUpdateInBulkRequestBody

Request schema for POST v1/products/metadata/async.

Properties

Name Type Description Notes
SourceIds List<string> Array of unique product source IDs. [optional]
Metadata Object The metadata object stores all custom attributes assigned to the product. A set of key/value pairs that you can attach to a product object. It can be useful for storing additional information about the product in a structured format. [optional]

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