feat: product_attribute list with prices
This commit is contained in:
22
bruno/api_v1/product/Product Variants List.yml
Normal file
22
bruno/api_v1/product/Product Variants List.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
info:
|
||||
name: Product Variants List
|
||||
type: http
|
||||
seq: 3
|
||||
|
||||
http:
|
||||
method: GET
|
||||
url: "{{bas_url}}/restricted/product/list-variants/{{product_id}}"
|
||||
body:
|
||||
type: json
|
||||
data: ""
|
||||
|
||||
runtime:
|
||||
variables:
|
||||
- name: product_id
|
||||
value: "2361"
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
Reference in New Issue
Block a user