Create Integration Instance
POST/api/temu
Create a new Temu integration instance.
Request Body:
integration_id- ID of the Temu integration typename- Unique name for this instanceintegration_settings- Configuration optionsstart_date- Date to start syncing fromstore_id- Store ID to associateauto_link_products- Auto link productsauto_create_products- Auto create productssales_nominal_code_id- Sales nominal code (optional)cogs_nominal_code_id- COGS nominal code (optional)
is_automatic_sync_enabled- Enable auto sync
Note: In sandbox mode, credentials (app_key, app_secret, access_token) are loaded from environment config.
Response:
- Integration instance data with authenticator stored
Request
Responses
- 200
Successful response