Frequent Mistakes | Description |
---|---|
/orders?pgsize=100 (or orderspgsiz, pg_siz, pgziz) |
It must be spelled pgsiz. Close only counts in horseshoes and hand grenades. |
/orders?order?pgsiz=100&pgnum=12 |
The ill-formed second ? makes "order?pgsiz" a query parameter. Therefore, the intended page size of 100 is ignored. |
/orders?customerid=5&facilityid=7 |
Neither customerid nor facilityid are defined parameters for /orders. Numerous other examples similar to this for other URIs are received every day. |
Rel | Description |
---|---|
customers/emailalertdef and customers/emailalertdefs |
To setup notitications via email for a customer (c2). |
properties/emailtemplate |
To modify email templates at the threepl (c1) level. |
customers/emailtemplate |
To create/modify email templates at the customer (c2) level |
customers/ftpalertdef and customers/ftpalertdefs |
To setup notitications via ftp for a customer (c2) |
Web API Documentation
Service | Description |
---|---|
customers | maintains resources related to customers and their item descriptions, may be limited to a subset based on credential |
inventory | inventory resources, including receivers, adjustments, assemblies, purchase orders, count schedules, and available inventory lists |
jobs | inspects the headless horseman job queue |
master | Resources at supra-tenant scope: threepls, master logins, api provisioning; must use a token based upon Multi-Tenant credentials |
orders | maintains resources relevant to shipping inventory, including orders with line items, allocation, packages, picking and packing |
properties | maintains resources shared across services, such as facilities and their locations, units of measure, movable unit types, etc. |
reportdefs | maintains resources related to report definitions, including report generation and customization |
uiproperties | maintains resources for the V2 user interface |
wmstools | provides Operators to support back office processes FOR INTERNAL USE ONLY!! |
Consider http://api.3plcentral.com/rels/ customers / items
customers is the Service, and
items is the Resource within the Service.
The rel is a URI. When entered in a browser, it leads to this documentation.
This documentation is subject to change, and is updated often and without warning. The models documented may or may not be available to users now or in the future. Use this documentation at your own risk.
Contact [email protected] with any questions about this documentation.