circle-check
Heads up, our devs are blazing ahead—docs are catching up, so some features might not be fully documented yet.

Giftcard

Giftcard

Get Giftcard details

get
/tenants/{tenantUid}/stores/{storeUid}/giftcards/{giftcardNumber}

Get details for a giftcard

Authorizations
AuthorizationstringRequired

Accesstoken recevied after user login with a deviceToken

Path parameters
tenantUidstringRequired

Reference to a tenant.

Pattern: ^[A-Za-z0-9-_]+
storeUidstringRequired

Reference to a Store.

Pattern: ^[A-Za-z0-9-_]+
giftcardNumberstringRequired

Reference to a giftcard number.

Query parameters
extensionCodestring · enumOptional

Reference to an extension

Possible values:
Responses
chevron-right
200

Example response

application/json
get
/tenants/{tenantUid}/stores/{storeUid}/giftcards/{giftcardNumber}
200

Example response

Update giftcard details

put
/tenants/{tenantUid}/stores/{storeUid}/giftcards/{giftcardNumber}

Change expiry date or active status.

Authorizations
AuthorizationstringRequired

Accesstoken recevied after user login with a deviceToken

Path parameters
tenantUidstringRequired

Reference to a tenant.

Pattern: ^[A-Za-z0-9-_]+
storeUidstringRequired

Reference to a Store.

Pattern: ^[A-Za-z0-9-_]+
giftcardNumberstringRequired

Reference to a giftcard number.

Body
validTostring · date-timeOptional
activebooleanOptional
notestringOptional
extensionCodestring · enumOptionalPossible values:
Responses
chevron-right
200

Example response

application/json
put
/tenants/{tenantUid}/stores/{storeUid}/giftcards/{giftcardNumber}
200

Example response

Last updated

Was this helpful?