/products

Create a new SKU

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Content of the payload

The list of attributes to add in the payload must contain all the mandatory fields of a SKU, as defined here.

Of course, it is possible to add more attributes to this payload:

  • optional fields like the "brand", the "sku", the "sale price", etc.
  • any other type of field - what we called "custom field".

Validations

The Push API performs some validations before accepting a payload.

Errors are provided when:

  • the type of a field is not what Findify is expecting. For instance, the field "price" should always be a Double.
  • the type of the custom field is different than the type already ingested previously.

Warnings are provided when:

  • we detect that the content of a field is not proper but not critical to accept an event. In this case, this is your decision to decide which action to take: make an update to the product or not.
Body Params
string

ID of the SKU

string

Title of the SKU

string

Description associated with the SKU

double

Price of the SKU

string

URL to the SKU page

string

URL to the image

string

Category in which the SKU is located

boolean

Availability of the SKU

int32

How many stocks do you have left of this product

date

Date when the product has been published

string

Parent ID of the SKU

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain