This section illustrates a complete example scenario of how data is structured and ingested when using the Multimarket Push API from Maropost Merchandising Cloud (formerly Findify). It defines market setups, product catalog data, translations, pricing, availability, and warehouse configurations - giving developers a full context for building and validating test cases.
Base URL
POST https://pushapi.findify.io/v3/${endpoint}
Before you push data, contact support at yourfriends@findify.io to enable Push API and Multimarket functionality for your account.
API Authentication
To authenticate API requests, use your Private Access Key.
Get Your Key
Visit the Merchant Dashboard:➡️ https://dashboard.findify.io/setup/integration
Authorization Header
When you have your private API key, you simply need to provide a header Authorization with the value Bearer PRIVATE_ACCESS_KEY.
--header 'Authorization: Bearer ${ACCOUNT_PRIVATE_ACCESS_KEY}'
Need help? Contact yourfriends@findify.io
Response Codes
HTTP Code | Description |
---|
201 | Operation has been successfully executed |
400 | Payload contains item groups that don't pass validation |
401 | Your Private Access Key is not valid |
403 | Push API is not configured. Reach out to Support |