Skip to main content

pushCustomersToES

pushCustomersToES

Request Body required
    customerIds int64[]
    requestTs int64
    delayRequested int64
    sendGlobalCustomerUpdateEvent boolean
    isBusiness boolean
    batchSize int32
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
POST /v2/index/push/bulk

Request

Base URL
/customer
Body required
{
"customerIds": [
0
],
"requestTs": 0,
"delayRequested": 0,
"sendGlobalCustomerUpdateEvent": true,
"isBusiness": true,
"batchSize": 0
}
Accept
curl / cURL
curl -L -X POST '/customer/v2/index/push/bulk' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"customerIds": [
0
],
"requestTs": 0,
"delayRequested": 0,
"sendGlobalCustomerUpdateEvent": true,
"isBusiness": true,
"batchSize": 0
}'