API Documentation
- Management
- Sandbox
- Inventory
- Products
- Orders
- Inbound Shipments
- Shipping Methods
- Returns
- Billing
- Warehouses
- Warehouse Customers
Get Product
Returns a single Product for the WMS connection with the associated product ID.
Your organization-level Trackstar API key.
Your user's access token for a specific integration (ShipHero, Extensiv, etc).
Headers
Your organization-level Trackstar API key.
Your user's access token for a specific integration (ShipHero, Extensiv, etc).
Path Parameters
Response
The unique ID of the product.
The ID of the merchant/tenant/customer that owns the product. Can be passed into the Warehouse Customer endpoint for more details.
The date the product was created.
The date the product was last updated.
name
sku
The Global Trade Item Number of the product. i.e. UPC, EAN, or ISBN.
The price of the product.
A list of inventory items associated with the product.
Whether the product is active.
Deprecated in favor of supplier_object.
The country of origin of the product.
The harmonized HS code of the product.
A list of supplier products associated with the product.
ID of the supplier.
Name of the supplier.
The external ID of the product from the supplier.
The cost of the product from the supplier.
URL link to the product in the external system (WMS/Freight etc).
A list of custom tags associated with the product. A tag can be either a string or a dictionary with one key-value pair. e.g. ['tag1', 'tag2', {'key1': 'value1'}]