post https://demo2.progressivelp.com/Progressive.B2BAPI.Orchestrator/api/v2/cart/item
Adds an item to a cart
Log in to see full request history
Responses
Adds an item to a cart
xxxxxxxxxx
11curl --request POST \
--url https://demo2.progressivelp.com/Progressive.B2BAPI.Orchestrator/api/v2/cart/item \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"category": 1,
"condition": 1,
"unitPrice": 99.99
}
'
Try It!
to start a request and see the response here! Or choose an example: