Skip to main content
CP Extender: Image Uploader Service

Utilizing CP Extender to move images from Counterpoint to other systems

Updated this week

The Image uploader service is responsible for keeping remote 3rd party systems up to date with the current indexing.

Recently indexed or re-indexed images will be flagged for transport to the configured 3rd party system.

BigCommerce

For BigCommerce, a notification will be issued to the BigCommerce API and BigCommerce will reach back out to the CP Extender Image API Url path provided. This API will serve up the content for BigCommerce to configure.

URL Path: v3/catalog/products?sku={{sku}}&include_fields=id

Magento 2

For Magento 2, a Base64 Image will be POST'd to the Magento 2 API.

URL Path: /v1/products/{{sku}}/media

* This service can be configured to run by interval and batch size

CP_IMAGE_UPLOAD_INTERVAL

CP_IMAGE_UPLOAD_BATCHSIZE

Did this answer your question?