This is guide will help you setup and send Product updates via Push API for Multimarket accounts.
Make sure you have the PRIVATE ACCESS KEY
from here: Authentication Doc
Base URL
POST https://pushapi.findify.io/v3/${endpoint}
Workflow
The initial setup for Multimarket accounts consists of 3 steps:
- Send the Markets Configuration. Before you send the product data to our system, you must first provide your Multimarket configuration to our system. You only need to send the configuration during the initial setup, unless you have updated your Multimarket setup (i.e. added new language, region or currency) - then you need to send an update market configuration.
- Send the Product Data for default region, currency and language.
- Send Translations, send prices and inventory.
Sections
- Market Config (endpoint:
/market-config
) - Send initial Product Data (endpoint:
/product
) - Send Translations (endpoint:
/product
) - Send Prices (endpoint:
/product
) - Send Inventory (endpoint:
/product
)