Sign in

Create product

documented

Create a Product.

POST /v1/products.jsonProductsno 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.storenvy.com/v1/products.json?access_token={{OAUTH2_ACCESS_TOKEN}}" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"name": "{{$title}}", "cents": {{$cents}}, "description": "{{$description}}", "shipping_group_id": {{$shipping_group_id}}, "status": "{{$status}}", "photos": ["{{$photo0}}","{{$photo1}}"], "preorder": {{$preorder}}, "on_sale": {{$on_sale}}, "marketplace_category_id": {{$marketplace_category_id}}, "tag_list": "{{$tag_list}}", "shipping_notes": "{{$shipping_notes}}"}'
Create product · Storenvy · OpenIntegrations