/api/partner/sync-productsFetch Product List
Returns all products currently registered in Gercep for your store. Useful to verify sync results.
Request Body
null
Response
{
"success": true,
"store": "Your Store Name",
"products": [
{
"id": 123,
"externalId": "POS-123",
"name": "Nasi Goreng",
"price": 25000,
"stock": 100
}
]
}