Sign in

Import pricelist

documented

Import items into an existing pricelist in Repsly.

POST https://api.repsly.com/v3/import/pricelistPricelistsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.repsly.com/v3/import/pricelist" \
  -X POST \
  -H "Authorization: Basic {{REPSLY_SECRET}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -d '{"PricelistName": "{{$pricelistName}}", "ProductCode": "{{$productCode}}", "Price": {{$price}}, "Active": {{$active}}, "DateAvailableFrom": "{{$dateFrom}}", "DateAvailableTo": "{{$dateTo}}", "ClientID": "{{$clientId}}", "ManufactureID": "{{$manufactureId}}", "MinQuantity": {{$minQuantity}}, "MaxQuantity": {{$maxQuantity}}}'
Import pricelist · Repsly · OpenIntegrations