Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 707 Bytes

File metadata and controls

13 lines (10 loc) · 707 Bytes

# EcommerceV1ProductCreateDigitalProductRequest

Properties

Name Type Description Notes
name string The product name.
price int Price in the smallest currency unit (e.g. cents). Must be positive.
description string The product description.
currency string ISO 4217 currency code. Defaults to the store's default currency when omitted.
downloadUrl string Optional external download link delivered to the customer after purchase.

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