26 lines
493 B
YAML
26 lines
493 B
YAML
info:
|
|
name: Remove product from cart
|
|
type: http
|
|
seq: 7
|
|
|
|
http:
|
|
method: DELETE
|
|
url: "{{bas_url}}/restricted/carts/remove-product-from-cart?cart_id=1&product_id=51&product_attribute_id=1115"
|
|
params:
|
|
- name: cart_id
|
|
value: "1"
|
|
type: query
|
|
- name: product_id
|
|
value: "51"
|
|
type: query
|
|
- name: product_attribute_id
|
|
value: "1115"
|
|
type: query
|
|
auth: inherit
|
|
|
|
settings:
|
|
encodeUrl: true
|
|
timeout: 0
|
|
followRedirects: true
|
|
maxRedirects: 5
|