OBJECT
Pricelist
link GraphQL Schema definition
1 type Pricelist { 2 Int! : 3 4 String! : 5 6 Status! : 7 8 # Required permission: Pricelist.comment:read 9 String : 10 11 Boolean! : 12 13 # Arguments 14 # format: ISO-8601 15 String = "Y-m-d\\TH:i:sP"): DateTimeTz! ( : 16 17 # Required permission: Country:read 18 # 19 # Limit is optional 20 # 21 # Arguments 22 # where: (self-explanatory) 23 # sort: (self-explanatory) 24 # limit: (self-explanatory) 25 # page: (self-explanatory) 26 CountryFilter, : [CountrySort!] = [name_ASC], : Int, : Int): [Country!]! ( : 27 28 # Required permission: Campaign:read 29 # 30 # Limit is optional 31 # 32 # Store restrictions apply. 33 # 34 # Arguments 35 # where: (self-explanatory) 36 # sort: (self-explanatory) 37 # limit: (self-explanatory) 38 # page: (self-explanatory) 39 CampaignFilter, : [CampaignSort!] = [id_DESC], : Int, : Int): [Campaign!]! ( : 40 41 # Required permission: none 42 Currency! : 43 44 # Required permission: ShippingOption:read 45 ShippingOption : 46 47 # Required permission: Store:read 48 # 49 # Store restrictions apply. 50 Store! : 51 52 # Required permission: Price:read 53 # 54 # Limit must be in range 1 - 200 55 # 56 # Store restrictions apply. 57 # 58 # Arguments 59 # where: (self-explanatory) 60 # sort: (self-explanatory) 61 # limit: (self-explanatory) 62 # page: (self-explanatory) 63 PriceFilter, : [PriceSort!] = [productId_ASC, productVariantId_ASC], : Int = 20, : Int = 1): [Price!]! ( : 64 65 # Required permission: Price:read 66 # 67 # Limit must be in range 1 - 200 68 # 69 # Store restrictions apply. 70 # 71 # Arguments 72 # where: (self-explanatory) 73 # sort: (self-explanatory) 74 # limit: (self-explanatory) 75 # page: (self-explanatory) 76 LowestPriceFilter, : [LowestPriceSort!] = [productVariantId_ASC], : Int = 20, : Int = 1): [LowestPrice!]! ( : 77 78 String : 79 80 }
link Required by
- Account
- AdminUser
- AlteredPricesSetBatchPayload
- AlteredPricesSetPayload
- Campaign
- Customer
- DirectToConsumerOrder
- EventTarget Contains object types, which are possible values of EventObjectType, with interfaces resolved to concrete types
- LowestPrice
- Order
- Price
- PricelistCreatePayload
- PricelistUpdatePayload
- PricesSetBatchPayload
- PricesSetPayload
- Query The main queries are here, click to expand
- Store
- SubscriptionContract
- VoucherReusableValue
- WholesaleOrder