Wired Plus API Documentation

API v1 Guide

Account

Automation

Contacts

Dynamic Rows

Lists

Campaigns

Transactional Emails

Lead Score

Products

Carts

Orders

Custom Fields

GET GetStockUpdates

Get a product by its id or sku.

This feature must be enabled for your account.

Input and output parameters

Input Parameter Name Type/Info
product_id id of the product in the system
sku sku of the product.
Outputs:
  • id - unique product stock update identifier in our system
  • product_id - unique product identifier in our system
  • product_sku - Stock keeping unit
  • stock_quantity - integer of items in stock
  • status - status of the update
  • date_created - date product stock update created in our system

Examples

Curl

    
    
    

PHP

    
    


jQuery

    
    


Result Format JSON