⚙️Examples

Request:

curl --location --request POST 'https://api.alephcrm.com/v2/products?API_KEY=AAAAAAAA-XXX-XXX-XXX-XXXXXXXXXXXX&accountId=ZZZZ&priceListId=WW \
--header 'Content-Type: application/json' \
--data-raw '[
  {
    "Brand": "BUJ",
    "SKU": "CA1463-D",
    "Stock": {
      "Quantity": 15
    },
    "Price": {
      "PriceWithTaxes": 6000.60
    }
  },
  {
    "Brand": "BUJ",
    "SKU": "CA1463-DDDD",
    "Stock": {
      "Quantity": 30
    },
    "Price": {
      "PriceWithTaxes": 900
    }
  }
]'

Response

Last updated

Was this helpful?