Wired Plus API Documentation

API v1 Guide

Account

Automation

Contacts

Dynamic Rows

Lists

Campaigns

Transactional Emails

Lead Score

Products

Carts

Orders

Custom Fields

POST CreateStockUpdate

Update a products' stock quantity.

This feature must be enabled for your account.

Input and output parameters

*denotes required field.

Input Parameter Name Type/Info
id id of the product in the system
sku sku of the product.
quantity* the products' stock quantity.
Outputs:
  • id - system id for the product.
  • message - created|updated

Examples

Curl

    
    
    

PHP

    
    


jQuery

    
    


Result Format JSON