Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.15 KB

ProductDataResponse.md

File metadata and controls

20 lines (17 loc) · 1.15 KB

# ProductDataResponse

Properties

Name Type Description Notes
antifraud_info array<string,mixed> [optional]
brand string The brand of the item. [optional]
description string Short description of the item [optional]
metadata array<string,mixed> It is a key/value hash that can hold custom fields. Maximum 100 elements and allows special characters. [optional]
name string The name of the item. It will be displayed in the order.
quantity int The quantity of the item in the order.
sku string The stock keeping unit for the item. It is used to identify the item in the order. [optional]
tags string[] List of tags for the item. It is used to identify the item in the order. [optional]
unit_price int The price of the item in cents.
id string [optional]
object string [optional]
parent_id string [optional]

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