Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.03 KB

Product.md

File metadata and controls

17 lines (14 loc) · 1.03 KB

# Product

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.

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