Integration Stats
Retrieve and upload your data synchronization stats
Create Stats
POST
https://api.woowup.com/apiv3/integration-stats
Create stats in WoowUp based on your processing stats. This includes files stats (eg. read lines, valid lines, invalid lines) and API Stats (e.g created/updated/failed customers). Below is the JSON-schema definition for each body parameter.
Request Body
customers
object
Customers API stats: created, updated, failed.
products
object
Products API stats: created, updated, failed.
branches
object
Branches API stats: created, updated, failed.
purchases
object
Purchases API stats: created, updated, duplicated, failed, revenue, units.
files_stats
array
Files stats (array of objects, one object per file)
JSON schema
List stats
GET
https://api.woowup.com/apiv3/integration-stats
Retrieve your sync stats
Query Parameters
from
string
Date from. Format yyyy-mm-dd
to
string
Date to. Format yyyy-mm-dd
page
string
Current page. Starts at 0
limit
string
Items per page. Limit 100
Last updated