Skip to main content

Steel-Cart

Create cart-item​

This endpoint allows you create a cart-item

URL : /carts/:id/items

Method :

Auth required : Yes

Permissions required : No

Body

{
"sArticleID": "17074POTR",
"decQuantityOrdered": 7.000,
"oUnit": {
sBO3QuantityUnitInput: "pak-stk"
}
}

Success Response​

Condition : If the item is succesfully created.

Code : 200 OK

Content example

{

}