Appearance
Import shops
POST
/shops/upload/
Import new or update existing shop information
Authorizations
bearerAuth
API Key authentication. Use format: Bearer <YOUR_TOKEN>
Type
HTTP (bearer)
Request Body
application/json
JSON
{
"shops": [
{
"external_id": "BAKER-STREET",
"name": "European Web Store",
"email": "bakerstreet@example.com",
"shop_type": "online",
"phone_number": "+442012345678",
"street_address": "221B Baker Street",
"city": "London",
"country": "GB",
"is_hidden": false
}
]
}
Responses
Import scheduled successfully
application/json
JSON
{
"run_id": "run_xyz789"
}