Last update:
March 19, 2024
removeShipment mutation¶
This mutation removes shipping methods from the cart.
Arguments¶
The InputRemoveShipmentType
represents the input object type used for removing a shipment from a cart.
Field | Description |
---|---|
cartId String |
The Id of the cart from which the shipment is to be removed. |
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 who owns the cart. |
currencyCode String |
The currency code for the cart. |
cultureName String |
The culture or language associated with the cart. |
cartType String |
The type of the cart. |
shipmentId ==String == |
The Id of the shipment to be removed from the cart. |
Possible returns¶
Possible return | Description |
---|---|
CartType |
The properties and fields associated with a shopping cart. |