# Feed synchronization

You can start a specifc product feed synchronization.

POST /products/feed_synchronization/:id/

Attributes Type Required Description
id integer yes A unique identifier for the product feed which is given by User.com automatically.

# Request

  • CURL
  • JavaScript
  • PHP
  • Python
curl -X POST 
    "https://<your_app_subdomain>.user.com/api/public/products/feed_synchronization/:id/"
    -H 'authorization: Token <your_64_char_api_key>'
    -H 'content-type: application/json'
    -H "Accept: */*; version=2"

# Response

 {"success":"Product feed import has started!"}