Files
b2b/bruno/b2b_daniel/carts/retrieve-cart.yml
2026-04-10 14:53:40 +02:00

20 lines
313 B
YAML

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