For the complete documentation index, see llms.txt. This page is also available as Markdown.

Issued Reward Status Change

The Issued Reward Status Change import allows you to update the status of multiple issued rewards (redemptions) at once using a CSV file.

File Requirements

  • Format: CSV (.csv)

  • Encoding: UTF-8

  • Separator: Comma (,)

  • Header Row: Required (column headers must match the exact names below)


CSV File Structure

Column Name
Required
Description

issuedRewardId

Yes

The unique ID (UUID) of the issued reward in your store.

status

Yes

The target status for the reward. Must be exact lowercase text (see list below).

comment

No

Optional note or reason for the status change. Maximum 255 characters.

Allowed Status Values

When filling in the status column, always write the value in lowercase:

  • issued

  • pending

  • approved

  • rejected

  • canceled

  • packing

  • awaiting_shipping

  • shipped

  • completed

  • returned


Sample CSV File

Note: Each line is processed independently. If one line contains an error (such as an incorrect ID or unknown status), only that specific row will fail. The rest of the valid rewards in your file will still update normally.

Last updated

Was this helpful?