feat: create specific price system and adapt product queries

This commit is contained in:
2026-04-10 14:49:05 +02:00
parent 75af44b0df
commit 54608410ea
34 changed files with 1449 additions and 939 deletions

View File

@@ -5,7 +5,7 @@ info:
http:
method: GET
url: "{{bas_url}}/restricted/product/200/1/5"
url: "{{bas_url}}/restricted/product/51/1/7"
auth: inherit
settings:

View File

@@ -13,7 +13,7 @@ http:
runtime:
variables:
- name: product_id
value: "2361"
value: "51"
settings:
encodeUrl: true

View File

@@ -5,7 +5,7 @@ info:
http:
method: GET
url: "{{bas_url}}/restricted/product/list?p=1&elems=30&sort=product_id,asc&category_id_in=243&reference=~62"
url: "{{bas_url}}/restricted/product/list?p=1&elems=30&sort=product_id,asc&reference=~NC100"
params:
- name: p
value: "1"
@@ -19,8 +19,9 @@ http:
- name: category_id_in
value: "243"
type: query
disabled: true
- name: reference
value: ~62
value: ~NC100
type: query
body:
type: json

View File

@@ -1,7 +1,7 @@
info:
name: product
type: folder
seq: 7
seq: 8
request:
auth: inherit