Skip to main content
POST
Check delta processing status

Body

application/json
AppKey
string
required

Your store's unique access key

SecretKey
string
required

Your store's secret key

Tokens
string[]
required

Array of delta tokens to check

Response

Status of each requested token

Token
string

The delta token

Status
enum<integer>

Processing status:

  • 0 - Pending (not yet processed)
  • 1 - Success (processed successfully)
  • 2 - Error (processing failed)
Available options:
0,
1,
2
Reason
string

Error reason (only present when Status is 2)