Jump to Content
Findify
API Reference
Log InFindify
API Reference
Log In

Overview

  • Introduction
  • Authentication
  • Required data

JSON API

  • Search API
    • /autocompletepost
    • /searchpost
    • /search/contentpost
  • Smart Collection API
    • /smart-collection/{slot}post
  • Recommendation API
    • /recommend/{slot}post
    • /recommend/items/newestpost
    • /recommend/items/trendingpost
    • /recommend/items/viewed/latestpost
    • /recommend/items/{item_id}/viewed/viewedpost
    • /recommend/items/{item_id}/viewed/boughtpost
    • /recommend/items/{item_id}/bought/boughtpost
  • Feedback API
    • /feedbackpost

Push API

  • Push API - Products
    • /productspost
    • /products/{id}put
    • /products/{id}patch
    • /products/{id}del
  • Content API - Content
    • /content/{source}post
    • /content/{source}/{id}put
    • /content/{source}/{id}patch
    • /content/{source}/{id}del

Analytics JS

  • Findify Analytics JS
  • Github: Findify Analytics JS
  • NPM: Findify Analytics JS
  • findifyAnalytics(config)
  • client.sendEvent(type, request)
  • client.user

JS SDK

  • Introduction
  • FindifySDK.init(config)
  • client.autocomplete(request)
  • client.search(request)
  • client.collection(request)
  • client.recommendations(type, request)
  • client.feedback(type, request)
Powered by 

/products/{id}

patch https://pushapi.findify.io/v1/products/

Partial update of a SKU

Content of the payload

The field id is mandatory in the payload.
Any other fields can be specified (not just the price, as the example shows).

Language
Credentials
Header
Click Try It! to start a request and see the response here!