RemoveRestrictedProducts (Global-e to Merchant)
This API removes restricted products from the merchant cart; it notifies merchants that restricted products were removed from the cart, then merchants must also update the cart on the merchant side.
Body
Contains information related to a request to remove a restricted product.
Identifier of the cart on the Merchant’s site originally specified in merchantCartToken argument for SendCart method for the cart converted to this order on Global‑e.
The value returned from the previous call to SendCart for the same client (must be stored in the client session or persistent cookie on the Merchant’s side). This parameter is used to support cart updates.
2-char ISO country code
3-char ISO currency code.
Unique identifier of the Merchant on Global-e.
List of SKU codes for products removal from the cart.
Internal User identifier on the Merchant’s site in case it was specified in the SendCart call.
Code used on the Merchant’s side to identify the web store where the current cart is originating from. This code should be used in case of a multi-store setup on the Merchant’s site.
Code used on the Merchant’s side to identify the web store instance where the current cart is originating from. This code should be used in case of multi-store domains set up on the Merchant’s site.
Response
Provides details about response to API call for removal of a restricted product.
Provides details about response to API call for removal of a restricted product.

