Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 999 Bytes

DropInSku.md

File metadata and controls

18 lines (13 loc) · 999 Bytes

# DropInSku

Properties

Name Type Description Notes
id string The SKU's unique identifier. [optional]
eccn string The export control classification number. [optional]
tax_code string The designated tax code. [optional]
name string The product’s name. [optional]
image string An image of the product. [optional]
url string A product url. [optional]
physical bool Identifies whether or not a product is physical, so that the appropriate data requirements are enforced. [optional]
metadata map[string,AnyType] Key-value pairs used to store additional data. Value can be string, boolean or integer types. [optional]

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