OBJECT
ShippingOption
link GraphQL Schema definition
1 type ShippingOption { 2 : Int! 3 4 : String! 5 6 : Status! 7 8 : ShippingOptionType! 9 10 : String 11 12 : StoreType! 13 14 # Arguments 15 # format: ISO-8601 16 (: String = "Y-m-d\\TH:i:sP"): DateTimeTz! 17 18 # Required permission: ShippingOption.comment:read 19 : String 20 21 : Boolean! 22 23 # Required permission: none 24 : Currency! 25 26 # Required permission: Market:read 27 # 28 # All elements are always returned 29 # 30 # Store restrictions apply. 31 : [Market!]! 32 33 # Required permission: Store:read 34 # 35 # All elements are always returned 36 # 37 # Store restrictions apply. 38 : [Store!]! 39 40 # Required permission: ShippingOption:read 41 # 42 # Limit is optional 43 # 44 # Arguments 45 # where: (self-explanatory) 46 # sort: (self-explanatory) 47 # limit: (self-explanatory) 48 # page: (self-explanatory) 49 (: ShippingPriceGroupFilter, : [ShippingPriceGroupSort!] = [id_ASC], : Int, : Int): [ShippingPriceGroup!]! 50 51 }
link Required by
- CalculateVouchersFreeShippingGiven
- EventTarget Contains object types, which are possible values of EventObjectType, with interfaces resolved to concrete types
- Pricelist
- Query The main queries are here, click to expand
- ShippingOptionCreatePayload
- ShippingOptionUpdatePayload
- ShippingPriceGroup
- Store
- SubscriptionContract