Batch create points eventsAsk AIpost https://developer-api.rivo.io/merchant_api/v1/points_events/batchCreate multiple points events in a single request.Form Datapoints_events[customer_identifier]array of stringsrequiredShopify Customer ID or Emailpoints_events[customer_identifier]*ADD stringpoints_events[source]array of stringsrequiredSource associated with the points event. Choose manual by default.points_events[source]*ADD stringpoints_events[points_amount]array of int32sNumber of points. Use positive numbers to add points and negative numbers to subtract points.points_events[points_amount]ADD int32points_events[credits_amount]array of floatsNumber of credits. Use positive numbers to add credits and negative numbers to subtract credits.points_events[credits_amount]ADD floatpoints_events[internal_note]array of stringsInternal facing note on why the points were granted.points_events[internal_note]ADD stringpoints_events[external_note]array of stringsExternal facing note on why the points were granted.points_events[external_note]ADD stringpoints_events[applied_at]array of date-timesTime the event took place. Defaults to the current time if left blank.points_events[applied_at]ADD date-timepoints_events[custom_action_name]array of stringsRequired when creating a points event for a custom action or visit URL.points_events[custom_action_name]ADD stringHeadersAuthorizationstringrequiredMerchant Auth TokenResponse 201Create multiple points events in a single request.Updated 12 days ago