Home – Outpan – GTIN to product attribute mapping
Posted by jpluimers on 2018/04/26
On my research list: Home – Outpan as it is a key-value store of EAN (actually GTIN, so including GS1 UPC, EAN which means barcodes like UPC-12, EAN-8, EAN-13 and ITF-14).
- [WayBack] Global Trade Item Number – Wikipedia
- [WayBack] API Documentation – Outpan Developers
Legacy API
Get Product Information
GET https://api.outpan.com/v2/products/[GTIN]?apikey=[YOUR API KEY]
Add Product Name
POST https://api.outpan.com/v2/products/[GTIN]/name?apikey=[YOUR API KEY]Required POST parameters:
name: The name you would like to add for this product.
Add Product Attribute
POST https://api.outpan.com/v2/products/[GTIN]/attribute?apikey=[YOUR API KEY]Required POST parameters:
name: Name of the attribute you would like to add for this product.
value: Value for the attribute you would like to add for this product.
- [GTIN] is the barcode number (ISBN, EAN, UPC, …) of the product you’re looking up.
- All API calls must be done via HTTPS. Plain HTTP calls will be rejected.
–jeroen
via [WayBack] [How To] Scan a barcode and add the product name to Wunderlist : tasker






Leave a comment