20 lines
303 B
YAML
20 lines
303 B
YAML
info:
|
|
name: Add new cart
|
|
type: http
|
|
seq: 1
|
|
|
|
http:
|
|
method: POST
|
|
url: "{{bas_url}}/restricted/carts/add-new-cart?name=TestCart"
|
|
params:
|
|
- name: name
|
|
value: TestCart
|
|
type: query
|
|
auth: inherit
|
|
|
|
settings:
|
|
encodeUrl: true
|
|
timeout: 0
|
|
followRedirects: true
|
|
maxRedirects: 5
|