Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 735 Bytes

ProductsMetadataUpdateInBulkRequestBody.md

File metadata and controls

13 lines (8 loc) · 735 Bytes

ProductsMetadataUpdateInBulkRequestBody

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

Properties

Name Type Description Notes
source_ids List[str] 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]