OBJECT
ProductSize
link GraphQL Schema definition
1 type ProductSize { 2 Int! : 3 4 String : 5 6 String : 7 8 String : 9 10 String : 11 12 String : 13 14 Int! : 15 16 Boolean! : 17 18 String : 19 20 Weight : 21 22 ShippingSpecifications : 23 24 # Arguments 25 # format: ISO-8601 26 String = "Y-m-d\\TH:i:sP"): DateTimeTz! ( : 27 28 Boolean! : 29 30 # Required permission: none 31 Size! : 32 33 # Required permission: ProductVariant:read 34 ProductVariant : 35 36 # Required permission: StockChange:read 37 # 38 # Limit must be in range 1 - 200 39 # 40 # Arguments 41 # where: (self-explanatory) 42 # sort: (self-explanatory) 43 # limit: (self-explanatory) 44 # page: (self-explanatory) 45 StockChangeLineFilter, : [StockChangeLineSort!], : Int = 20, : Int = 1): [StockChangeLine!]! ( : 46 47 # Required permission: ProductSize.stock:read 48 # 49 # Limit must be in range 1 - 200 50 # 51 # Arguments 52 # where: (self-explanatory) 53 # sort: (self-explanatory) 54 # limit: (self-explanatory) 55 # page: (self-explanatory) 56 StockFilter, : [StockSort!] = [warehouseId_ASC], : Int = 20, : Int = 1): [Stock!]! ( : 57 58 # Required permission: ProductSize.stockTotals:read 59 # 60 # Arguments 61 # where: (self-explanatory) 62 StockTotalsFilter): StockTotals! ( : 63 64 # Required permission: PurchaseOrderDelivery:read 65 # 66 # Limit must be in range 1 - 200 67 # 68 # Arguments 69 # where: (self-explanatory) 70 # sort: (self-explanatory) 71 # limit: (self-explanatory) 72 # page: (self-explanatory) 73 ( 74 PurchaseOrderDeliveryFilter, : 75 PurchaseOrderDeliverySort!] = [id_DESC], : [ 76 Int = 20, : 77 Int = 1 : 78 ): [PurchaseOrderDelivery!]! 79 80 # Required permission: PurchaseOrder:read 81 # 82 # Limit must be in range 1 - 200 83 # 84 # Arguments 85 # where: (self-explanatory) 86 # sort: (self-explanatory) 87 # limit: (self-explanatory) 88 # page: (self-explanatory) 89 PurchaseOrderFilter, : [PurchaseOrderSort!] = [id_DESC], : Int = 20, : Int = 1): [PurchaseOrder!]! ( : 90 91 }
link Required by
- BundleItemOrderLine
- BundleItemSubscriptionLine
- BundleOrderLine
- BundleSubscriptionLine
- EventTarget Contains object types, which are possible values of EventObjectType, with interfaces resolved to concrete types
- GiftCertificateOrderLine
- InvoiceLine
- NewsletterSubscription
- OrderLine
- ProductOrderLine
- ProductSizeCreatePayload
- ProductSizeEdge
- ProductSizeUpdatePayload
- ProductVariant
- PurchaseOrderDeliveryLine
- PurchaseOrderLine
- Query The main queries are here, click to expand
- SingleVariantSubscriptionLine
- Stock Quantities in Stock have the following meaning > physical ordered incoming* > / \ / \ / \ > freeToAllocate allocated demand - linked* unlinked* > `demand` is decreased by `linked` quantity when supplier module is enabled > > `unshipped` = all ordered items which are not in a "sent" shipment > > `availableNow` = `freeToAllocate` - `demand` > > `available`* = `availableNow` + `unlinked`* > > `on delivery`* = number of incoming items from supplier orders, > which are present in supplier deliveries > *from the Supplier Module **Caution: neither `stockOffset` from `ProductVariant`, nor `threshold` from `Warehouse` are included in the returned `freeToAllocate`. If your integration requires them for stock calculation, you can fetch these numbers and compare to the returned stock values.** [More information](https://support.centra.com/centra-sections/general/catalog/stock-view-explanations)
- StockChangeLine
- SubscriptionLine
- WarehouseDeliveryLine