You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
The `DownloadableCreditMemoItem` object implements the [`CreditMemoItemInterface`](#CreditMemoItemInterface). It also defines the following attribute:
159
+
160
+
Attribute | Data type | Description
161
+
--- | --- | ---
162
+
`downloadable_links` | [[DownloadableItemsLinks]](#DownloadableItemsLinks) | A list of downloadable links that were refunded from the downloadable product
The `DownloadableInvoiceItem` object implements the [`InvoiceItemInterface`](#InvoiceItemInterface). It also defines the following attribute:
177
+
178
+
Attribute | Data type | Description
179
+
--- | --- | ---
180
+
`downloadable_links` | [[DownloadableItemsLinks]](#DownloadableItemsLinks) | A list of downloadable links that were invoiced from the downloadable product
The `DownloadableOrderItem` object implements the [`OrderItemInterface`](#OrderItemInterface). It also defines the following attribute:
185
+
186
+
Attribute | Data type | Description
187
+
--- | --- | ---
188
+
`downloadable_links` | [[DownloadableItemsLinks]](#DownloadableItemsLinks) | A list of downloadable links that were ordered from the downloadable product
189
+
190
+
#### GiftCardItem attributes {#GiftCardItem}
191
+
192
+
The `GiftCardItem` object contains selected buyer-entered gift card properties for an order item.
193
+
194
+
Attribute | Data type | Description
195
+
--- | --- | ---
196
+
`message`| String | A message provided by the sender to the recipient
197
+
`recipient_email` | String | The email provided for the recipient of a virtual gift card
198
+
`recipient_name` | String | The name provided for the recipient of a physical or virtual gift card
199
+
`sender_email` | String | The sender email provided for a virtual gift card
200
+
`sender_name` | String | The sender name provided for a physical or virtual gift card
The `applyRewardPointsToCart` mutation applies reward points to the customer's cart. You cannot specify a quantity of reward points. If the reward points balance is less than the cart total, Magento applies the entire reward points balance. Otherwise, Magento applies as many reward points needed to bring the total to 0. Fractional reward points are discarded.
8
+
9
+
Use the [`removeRewardPointsFromCart` mutation]({{page.baseurl}}/graphql/mutations/remove-reward-points.html) to undo the results of the `applyRewardPointsToCart` mutation.
0 commit comments