Add one or more products to a user’s merchant cart.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password. Use your client_id as the username and your secret as the password value.
The input parameters required for adding products to a user's merchant cart.
Your unique identifier for the user.
"abc123"
Unique identifier for the merchant.
46
List of products to add to the cart.
Simulate a failure in the development environment.
failed "failed"
Successful request.
Success message.
"Success"