Last update:
June 7, 2024
rejectGiftItems mutation¶
This mutation rejects gift items from a cart.
Arguments¶
The InputRejectGiftItemsType!
represents the input type required for rejecting gift items from a cart.
Field | Description |
---|---|
cartId String |
The Id for the cart. |
storeId String! |
The Id of the store associated with the cart. |
cartName String |
The name of the cart. |
userId String! |
The Id of the user associated with the cart. |
currencyCode String |
The currency code used in the cart. |
cultureName String |
The culture name associated with the cart. |
cartType String |
The type of the cart. |
ids [String]! |
An array of Ids for the items to be rejected from the cart. |
Possible Returns¶
Possible return | Description |
---|---|
CartType |
The properties and fields associated with a shopping cart. |