Sfoglia il codice sorgente

docs(core): Add explanation to Order.promotions field

Michael Bromley 5 anni fa
parent
commit
67437b0e88
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      packages/core/src/api/schema/type/order.type.graphql

+ 1 - 0
packages/core/src/api/schema/type/order.type.graphql

@@ -14,6 +14,7 @@ type Order implements Node {
     "Order-level adjustments to the order total, such as discounts from promotions"
     adjustments: [Adjustment!]!
     couponCodes: [String!]!
+    "Promotions applied to the order. Only gets populated after the payment process has completed."
     promotions: [Promotion!]!
     payments: [Payment!]
     fulfillments: [Fulfillment!]