post https://t{tenantId}-s{siteId}.{env}.mozu.com/api/commerce/carts//bulkitems
Adds multiple cart items to the cart specified by cartId.
Response
200Success
Adds multiple cart items to the cart specified by cartId.
200Success
xxxxxxxxxx
curl --request POST \
--url https://t0-s0.sandbox.mozu.com/api/commerce/carts/cartId/bulkitems \
--header 'content-type: application/json'
Try It!
to start a request and see the response here!