Files
b2b/bruno/b2b-daniel/retrieve-cart.yml
2026-04-02 11:26:58 +02:00

20 lines
314 B
YAML

info:
name: retrieve-cart
type: http
seq: 17
http:
method: GET
url: http://localhost:3000/api/v1/restricted/carts/retrieve-cart?cart_id=3
params:
- name: cart_id
value: "3"
type: query
auth: inherit
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5