INPUT_OBJECT
CreateOrUpdateProductPriceListPriceInput
link GraphQL Schema definition
- input CreateOrUpdateProductPriceListPriceInput {
- # Optional client-supplied identifier passed on a mutation input and echoed back
- # unchanged on its payload, so a client can correlate the response with its
- # request (Relay convention).
- : String
- # Unique identifier of entity.
- : ID
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Id of the currency.
- : ID
- # Price amount stored at 6-decimal precision; values set via the API are rounded.
- : Float
- # Id of the product.
- : ID
- # Id of the price list.
- : ID
- # Per-price access controls (e.g. which user roles can override this price).
- # Stored as a JSON object.
- : ProductPriceListPriceSettingsJSONString
- # Revision when entity was lastly changed.
- : Int
- }