Sign in

Create product eProduct

documented

Create an eProduct.

POST /3dCartWebAPI/v1/ProductEProductsProductsno 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://apirest.3dcart.com/3dCartWebAPI/v1/ProductEProducts" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "SecureURL: {{$store_url}}" \
  -H "PrivateKey: {{SHIFT4SHOP_SECRET}}" \
  -H "Token: {{SHIFT4SHOP_TOKEN}}" \
  -d '{"CatalogID":"{{$catalogid}}","EProduct":{"Name":"{{$title}}","Description":"{{$description}}","FilePath":"{{$filepath}}","FileName":"{{$filename}}","Price":{{$price}},"DownloadLimit":{{$download_limit}},"DownloadURL":"{{$download_url}}","Active":{{$active}}}}'
Create product eProduct · Shift4Shop · OpenIntegrations