Themes built on the Twig templating engine are now deprecated and require migration to Vitrin to ensure continued support and compatibility with Zid.
third_customers_write - Modify the customer listcurl --location 'https://api.zid.sa/v1/managers/store/customers/bulk' \
--header 'Authorization: {{Autherization}}' \
--header 'X-Manager-Token: {{Access-Token}}' \
--header 'Accept-Language: en' \
--form 'customers[0][name]="customer_bulk_1"' \
--form 'customers[0][mobile]="+966500000012"' \
--form 'customers[1][name]="customer_bulk_2"' \
--form 'customers[1][mobile]="+966500000011"'{
"status": "object",
"customers": [
{
"id": 5462570,
"name": "customer_bulk_1",
"email": "tes3t@example.com",
"mobile": "966500000012",
"gender": null,
"birth_date": null,
"verified": true,
"is_active": true,
"is_cod_enabled": true,
"type": "individual",
"business_name": null,
"tax_number": null,
"commercial_registration": null,
"source": null,
"points": {
"id": "37d016c7-b39e-4e95-9aa2-4581917856f3",
"external_id": "2613680",
"store_id": "09c7b35d-5e60-4245-81f7-d3d2c9ba5b1a",
"customer_id": 5462570,
"loyalty_provider": "local",
"points": 0,
"pending_points": 0,
"total_positive_points": 600,
"total_negative_points": 600,
"created_at": "2024-01-16T09:20:01.000000Z",
"updated_at": "2026-01-09T22:46:19.000000Z",
"deleted_at": null,
"pending_negative_points": 0,
"status": 7
},
"order_total_payments": "0.00000000000000",
"last_order_date": null,
"created_at": "2026-05-19T10:43:50.000000Z",
"updated_at": "2026-05-19T10:43:50.000000Z",
"city": null,
"nickname": "customer_bulk_1",
"pivotEmail": "tes3t@example.com",
"pivotMobile": "966500000012",
"order_counts": 0,
"tags": []
},
{
"id": 4003720,
"name": "customer_bulk_2",
"email": "test@example.com",
"mobile": "966500000011",
"gender": null,
"birth_date": null,
"verified": true,
"is_active": true,
"is_cod_enabled": true,
"type": "individual",
"business_name": null,
"tax_number": null,
"commercial_registration": null,
"source": null,
"points": {
"id": "503b1806-fd0a-4158-92a0-0216b5edb88c",
"external_id": "19805204",
"store_id": "7dfbc163-4598-4499-a453-f766d2de5e02",
"customer_id": 4003720,
"loyalty_provider": "gameball",
"points": 0,
"pending_points": 0,
"total_positive_points": 0,
"total_negative_points": 0,
"created_at": "2024-12-02T05:08:17.000000Z",
"updated_at": "2026-01-10T12:53:07.000000Z",
"deleted_at": null,
"pending_negative_points": 0,
"status": 7
},
"order_total_payments": "0.00000000000000",
"last_order_date": null,
"created_at": "2026-05-19T10:43:51.000000Z",
"updated_at": "2026-05-19T10:43:51.000000Z",
"city": null,
"nickname": "customer_bulk_2",
"pivotEmail": "test@example.com",
"pivotMobile": "966500000011",
"order_counts": 0,
"tags": []
}
],
"message": {
"type": "object",
"code": null,
"name": null,
"description": null
}
}