Skip to main content
POST
/
api
/
pricing
/
external
/
prices
/
skidata
cURL
curl --request POST \
  --url https://api.pricenow.dev/api/pricing/external/prices/skidata \
  --header 'Content-Type: application/json' \
  --data '
{
  "valid_from": "2023-11-07T05:31:56Z",
  "dta_product_id": 123,
  "dta_consumer_category": 123,
  "order_date": "2023-11-07T05:31:56Z",
  "valid_to": "2023-11-07T05:31:56Z",
  "quantity": 123,
  "currency_code": "<string>",
  "depot_flag": {},
  "system_product_id": "<string>",
  "system_consumer_category": "<string>",
  "is_online_pos": {}
}
'
{
  "calculated_price_cents": 123,
  "unit_price_cents": 123,
  "currency_code": "<string>"
}

Headers

accept-language
enum<string>

Language of the response

Available options:
en,
de,
fr,
it
pratiq-channel-uuid
string

UUID of the sales channel

Body

application/json
valid_from
string<date-time>
required
dta_product_id
number
required
dta_consumer_category
number
required
order_date
string<date-time>
required
valid_to
string<date-time>
required
quantity
number
currency_code
string
depot_flag
system_product_id
string
system_consumer_category
string
is_online_pos

Response

200 - application/json

Successful response

calculated_price_cents
number
required
unit_price_cents
number
required
currency_code
string
required