Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{
   "id":1,  # ID of feed Request
   "created": "2021-12-25 00:00:00", # Creation date of the request
   "updated": "2021-12-25 00:00:00", # Last update date of the request
   "client_id":1, # Target client of the feed
   "feed":"sold", # Feed type: ["sold","inventory","adversion"]
   "date":"2021-15-25", # Date target of the feed
   "status":"queued", # Status : ["queued","running", "error", "ready"]
   "error":null # Error message if something went wrong when creating the feed
}

...