Stock
ID | Description | API |
---|---|---|
INV-001 |
POST New Stock Item (not Kit or Assembly) |
POST inventory |
INV-049 |
GET Category All List |
GET inventory/basic/category |
INV-050 |
GET Department All List |
GET inventory/basic/department |
INV-051 |
GET Stock All List |
GET inventory/basic/stock/list |
INV-052 |
By Stock Item ItemName(s), Warehouse – GET In Stock Qty, Potential Stock Qty |
GET inventory/basic/stock/qty?warehouseCode={warehouseCode}&itemName={itemName} |
INV-053 |
By Stock Item ItemName(s) – GET Retail and Wholesale Sell Price |
GET inventory/basic/stock/pricing?itemName={itemName} |
INV-054 |
By Stock Item ItemName(s) – GET Details, Descriptions, Category, Department, In Stock Qty, Sell Price, Custom fields etc. Full Details. |
GET inventory/basic/stock/detail?itemName={itemName} |
INV-055 |
By Warehouse or All – GET All Items, In Stock Qty, On SO Qty, On PO Qty, Potential Stock Qty, Retail Sell Price, Wholesale Sell Price |
GET inventory/basic/stock/priceqty?warehouse={warehouse} |
INV-056 |
By Web Site Name or All – GET Item List” |
GET inventory/basic/stock/api/showonweb?websiteName={websiteName}&isShowOnly={isShowOnly} |
INV-057 |
By ItemName(s) or All – GET API Item Tab Information |
GET inventory/basic/stock/api/detail?itemName={itemName}&displayType={displayType} |
INV-058 |
By ItemName – PUT Item API Tab Information |
PUT inventory/basic/stock/api/detail |
INV-059 |
By Kit ItemName(s), Warehouse – GET Default Bundle Components – Trial Build Qty using Free Stock |
GET inventory/basic/kit/qty?itemKitName={itemKitName}&warehouseCode={warehouseCode} |
INV-060 |
By Assembly ItemName(s), Warehouse – GET Trial Build Qty using Free Stock" |
GET inventory/basic/assembly/qty?assemblyName={assemblyName}&warehouseCode={warehouseCode} |
INV-061 |
By ItemName – PUT Item Details, Descriptions, Category, Department, In Stock Qty, Sell Price, Custom fields etc. Full Details. |
PUT inventory/basic/stock/detail |
INV-062 |
By Web Site Name or ID – GET Web Categories, SubCategories and Items |
GET inventory/webcategory?value={value}&type={type} |
INV-063 |
By Web Site Name or ID – PUT Web Categories, SubCategories |
PUT inventory/webcategory |
INV-064 |
By Web Site Name or ID – PUT Web Category Items |
PUT inventory/webcategory/item |
INV-065 |
By Web Site Name or ID – GET Web Categories, Subcategories and Custom Fields |
GET inventory/webcategoryfilter?value={value}&type={type} |
INV-066 |
By Stock Item ItemName(s), Warehouse – GET Purchase Order with Qty free based on SO/BKO qty – PO Item Line Due Date |
GET inventory/basic/stock/po?warehouseCode={warehouseCode}&itemName={itemName} |
Shipping
ID | Description | API |
---|---|---|
SHP-006 |
GET Shipping Methods All List |
GET shippingmethod/basic/list |
SHP-007 |
Get Shipping Method detail by shipping method code |
GET shippingmethod/basic/detail?code={code} |
Orders
ID | Description | API |
---|---|---|
CUS-001 |
POST New Customer or Prospect |
POST customer |
CUS-003 |
By Customer Code, POST New Contact |
PUT customer/AddContact |
CUS-020 |
By Customer Code, POST New Receipt |
POST customer/receipt |
CUS-046 |
Get list of customers |
GET customer/basic/list |
CUS-047 |
By Customer Code, POST New Ship To |
POST customer/basic/shipto |
CUS-055 |
By Customer Code, POST New Customer Refund |
POST customer/refund |
ORD-003 |
By Customer Code, POST New Sales Order (Customer, Shipto, SO Item Lines, New Receipt) |
POST salesorder |
ORD-035 |
By Customer Code or Email address POST Sales Order with Additional Logic: (If the Customer Entity Email address or Code does not exist create the Customer record. If the ship to Postcode does not exist for the linked Customer then create a Ship to, if it does then use it. If a Contact Email does not exist for the linked Customer then create Contact record, if it does use it. Optional: If the ItemName does not exist use Non Stock item with the order description or error.) |
POST salesorder/advance |
CRM-004 |
By Customer Code, POST New Case |
POST crm/case |
Price Lists
ID | Description | API |
---|---|---|
PRC-009 |
GET Price List All List |
GET pricing/basic/pricelist |
PRC-010 |
By Price List Level Code – GET Price list details. |
GET pricing/basic/pricelist/detail?code={code} |
PRC-011 |
GET Wholesale Price details |
GET pricing/basic/wholesale?itemName={itemName} |
PRC-012 |
GET Retail Price details |
GET pricing/basic/retail?itemName={itemName} |