Endpoint
GET/item</sku>
Description
Get item data for given sku or search variables given.
Variables
Any inventory field is available for item searches. Field names available can be inferred from an AoB formatted inventory download file. Full field lists will be presented in our full documentation when it is published.
A field search is an equality search only not a partial text search. For example, searching for words within a title will not work.
Output
JSON array of the items found in the following format:
[ { <field_name>: <field_value>,
..,
},
..
]
Comments