API Endpoints for the Generic Listing Tool
How to create a listing using the generic listing tool
The generic listing allows integrations to list products from the Linnworks system without the need to create a channel specific integration. The specific endpoints can be found in the Generic listing tool area of the GenericListings API Documentation
GLT Configuration Endpoints
Endpoint | Description |
---|---|
Listings/GetConfiguratorDescription | To retrieve configurator descriptions that already exist on the GLT |
Listings/GetConfiguratorData | To retrieve configurator data that already exist on the GLT |
Listings/CreateConfigurator | To create a GLT configurator. |
Listings/SaveConfiguratorData | To update a GLT configurators data. |
Listings/SaveConfiguratorDescription | To update a GLT configurators description. |
Listings/SaveConfiguratorFields | To update GLT configurator fields. |
Listings/DeleteConfigurators | To delete a GLT configurator. |
GLT Template Endpoints
Endpoint | Description |
---|---|
Listings/OpenTemplatesByInventory | |
Listings/CreateTemplates | Use to create an GLT listing template |
Listings/ProcessTemplates | Takes a list of GTL templates returned from CreateTemplates endpoint and will create these templates and process them to the channel. |
Listings/SaveTemplateFields | Use to update template fields |
If you want to list on Amazon, Ebay, Magento or Big Commerce please see API Endpoints for Amazon, Ebay, Magento and Big Commerce as these channels cannot use the Generic listing tool.
Updated over 1 year ago