Skip to main content

Create Integration Instance

POST 

/api/temu

Create a new Temu integration instance.

Request Body:

  • integration_id - ID of the Temu integration type
  • name - Unique name for this instance
  • integration_settings - Configuration options
    • start_date - Date to start syncing from
    • store_id - Store ID to associate
    • auto_link_products - Auto link products
    • auto_create_products - Auto create products
    • sales_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

Successful response