# Trendyol Marketplace Integration - Test Environment
# ====================================================
# Sandbox Portal: https://partner.trendyol.com
# API Docs: https://developers.trendyol.com/docs/2-authorization
#
# Required: Supplier ID, API Key, API Secret (from seller panel > Entegrasyon Bilgileri)

# Supplier (Seller) ID — numeric value (Satıcı ID / Cari ID)
TRENDYOL_SUPPLIER_ID=2738

# API Authentication (Basic Auth)
TRENDYOL_API_KEY=iIcCCFytl0lnwLCdO9sV
TRENDYOL_API_SECRET=CBUtndNLDv3YTH9M9Bro

# Integrator name for User-Agent header (max 30 alphanumeric chars)
# Format sent: "{SUPPLIER_ID} - {INTEGRATOR_NAME}"
# Leave empty for "SelfIntegration" (if you built the integration yourself)
TRENDYOL_INTEGRATOR_NAME=SelfIntegration

# Set to true to use sandbox/staging API endpoints
TRENDYOL_TEST_MODE=true
