Items

quote Guest Cart Item Repository V1Save Put

put

Add/update the specified cart item.

Path parameters
cartIdstringRequired

(Required)

Example: <string>
itemIdstringRequired

(Required)

Example: <string>
Header parameters
Content-TypestringOptionalExample: application/json
Body
objectOptionalExample: {"cartItem":{"qty":-13282379.231781468,"quote_id":"sunt laborum","item_id":-23405600,"sku":"sit id deserunt","name":"incididunt quis in irure","price":-25015369.994559363,"product_type":"elit proident sunt est","product_option":{"extension_attributes":{"custom_options":[{"value":"<Error: Too many levels of nesting to fake this schema>"},{"value":"<Error: Too many levels of nesting to fake this schema>"}],"bundle_options":[{"value":"<Error: Too many levels of nesting to fake this schema>"},{"value":"<Error: Too many levels of nesting to fake this schema>"}],"downloadable_option":{"downloadable_links":{"value":"<Error: Too many levels of nesting to fake this schema>"}},"configurable_item_options":[{"value":"<Error: Too many levels of nesting to fake this schema>"},{"value":"<Error: Too many levels of nesting to fake this schema>"}]}},"extension_attributes":{"discounts":[{"discount_data":{"value":"<Error: Too many levels of nesting to fake this schema>"},"rule_label":"fugiat sint nisi","rule_id":-47754627},{"discount_data":{"value":"<Error: Too many levels of nesting to fake this schema>"},"rule_label":"do adipisicing","rule_id":-54776017}]}}}
Responses
200

OK

application/json
Responseobject
put
/V1/guest-carts/{cartId}/items/{itemId}

quote Guest Cart Item Repository V1Delete By Id Delete

delete

Remove the specified item from the specified cart.

Path parameters
cartIdstringRequired

(Required) The cart ID.

Example: <string>
itemIdstringRequired

(Required) The item ID of the item to be removed.

Example: <integer>
Responses
200

OK

application/json
Responseobject
delete
/V1/guest-carts/{cartId}/items/{itemId}

quote Guest Cart Item Repository V1Get List Get

get

List items that are assigned to a specified cart.

Path parameters
cartIdstringRequired

(Required) The cart ID.

Example: <string>
Responses
200

OK

application/json
Responseobject
get
/V1/guest-carts/{cartId}/items

quote Guest Cart Item Repository V1Save Post

post

Add/update the specified cart item.

Path parameters
cartIdstringRequired

(Required)

Example: <string>
Header parameters
Content-TypestringOptionalExample: application/json
Body
objectOptionalExample: {"cartItem":{"qty":-13282379.231781468,"quote_id":"sunt laborum","item_id":-23405600,"sku":"sit id deserunt","name":"incididunt quis in irure","price":-25015369.994559363,"product_type":"elit proident sunt est","product_option":{"extension_attributes":{"custom_options":[{"value":"<Error: Too many levels of nesting to fake this schema>"},{"value":"<Error: Too many levels of nesting to fake this schema>"}],"bundle_options":[{"value":"<Error: Too many levels of nesting to fake this schema>"},{"value":"<Error: Too many levels of nesting to fake this schema>"}],"downloadable_option":{"downloadable_links":{"value":"<Error: Too many levels of nesting to fake this schema>"}},"configurable_item_options":[{"value":"<Error: Too many levels of nesting to fake this schema>"},{"value":"<Error: Too many levels of nesting to fake this schema>"}]}},"extension_attributes":{"discounts":[{"discount_data":{"value":"<Error: Too many levels of nesting to fake this schema>"},"rule_label":"fugiat sint nisi","rule_id":-47754627},{"discount_data":{"value":"<Error: Too many levels of nesting to fake this schema>"},"rule_label":"do adipisicing","rule_id":-54776017}]}}}
Responses
200

OK

application/json
Responseobject
post
/V1/guest-carts/{cartId}/items