Wired Plus API Documentation

API v1 Guide

Account

Automation

Contacts

Dynamic Rows

Lists

Campaigns

Transactional Emails

Lead Score

Products

Carts

Orders

Custom Fields

GET GetProduct

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
id id of the product in the system
sku sku of the product.
Outputs:
  • id - unique identifier in our system
  • api_integration - name of the integration
  • api_resource - the integration resource name
  • api_reference_id - your reference to identify the product
  • create_date - date product was added to the system
  • update_date - date product was updated in the system
  • sku - Stock keeping unit
  • group_type - parent-product|child-product|standalone-product
  • name - name of product
  • description - product details
  • barcode
  • uri - URL path to product in your system
  • price_tax
  • original_price
  • price
  • weight - float quantity of weight specified by weight_unit
  • weight_unit - kg|g|lb|oz
  • price_inc_tax
  • stock_quantity - integer of items in stock
  • product_create_date - date product created in your system
  • product_update_date - date product updated in your system
  • visibility - not-individually|public|private
  • status - active|disabled|deleted|partial
  • product_links - array of links
  • product_options - array of options
  • product_images - array of images
  • product_categories - array of categories
  • parent_variations - array of parent product variations
  • child_variations - array of child product variations
custom_fields - Custom fields for the product.
  • Key is the field name then value assigned:
    field_name: field_value

Examples

Curl

    
    
    

PHP

    
    


jQuery

    
    


Result Format JSON