PriceInput
(INPUT_OBJECT)
link GraphQL Schema definition
- input PriceInput {
- # amount
- Float! :
- # currency ISO code
- CurrencyCode! :
- # includes tax or not - for VAT non-payer this field may carry both values and not
- # to be relied upon
- Boolean :
- }
link Require by
- Mutationset of methods and entities to create and/or modify entities with this API.
- OrderInputset of data needed to create a new order
- OrderItemInputaccepts data for an order item
- OrderPriceElementInput
- WarehouseItemInputupdates warehouse item - main intended usage is to update its warehouse status or update quantity in stock