PriceInput
Input structure for creating or updating Price
's on a Product
. If type
and currency
match, it will UPDATE, otherwise it will CREATE. All fields are required.
Input Fields
type (
String!
)
currency (
String!
)
value (
Float!
)