Batch create points events

Create multiple points events in a single request.

Form Data
points_events[customer_identifier]
array of strings
required

Shopify Customer ID or Email

points_events[customer_identifier]*
points_events[source]
array of strings
required

Source associated with the points event. Choose manual by default.

points_events[source]*
points_events[points_amount]
array of int32s

Number of points. Use positive numbers to add points and negative numbers to subtract points.

points_events[points_amount]
points_events[credits_amount]
array of floats

Number of credits. Use positive numbers to add credits and negative numbers to subtract credits.

points_events[credits_amount]
points_events[internal_note]
array of strings

Internal facing note on why the points were granted.

points_events[internal_note]
points_events[external_note]
array of strings

External facing note on why the points were granted.

points_events[external_note]
points_events[applied_at]
array of date-times

Time the event took place. Defaults to the current time if left blank.

points_events[applied_at]
points_events[custom_action_name]
array of strings

Required when creating a points event for a custom action or visit URL.

points_events[custom_action_name]
Headers
string
required

Merchant Auth Token

Response
201

Create multiple points events in a single request.

Language
Response
Click Try It! to start a request and see the response here!