Update gift card
PUT https://{handle}.myshopline.com/admin/openapi/v20250601/gift_cards/:gift_card_id.json
handle
: The store's unique identifier, which is the prefix of the store's domain name. For example, if a store's domain name is open001.myshopline.com
, the store handle is open001
.Path Parameters
- gift_card_id string requiredGift card id
Request Headers
- Content-Type requiredThe value of this field is fixed to
application/json; charset=utf-8
- Authorization string requiredThe access token for the API. Please refer to App authorization to obtain the access token, and then put the obtained access token into the API request header in Bearer Token.Example:
Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw
Request Body
- balance stringGift card balanceExample:
200
- expires_on stringExpiration date on current gift cardExample:
2023-08-16T23:59:59+08:00
- note stringThe note information of the current gift card , the number of characters limited to 500Example:
This is a note
Response
- 200
- 401
- 429
For more information about status codes, see Http status code.
Response Headers
traceId
traceId
Response Body
gift_cardobject
Gift card informationapi_client_id stringCall party idExample:30157043359245339231360282
balance stringGift card balanceExample:200
created_at stringGift card creation timeExample:2023-08-16T23:59:59+08:00
currency stringGift card par currencyExample:CNY
customer_id stringClient id for customers assigned to present gift cardExample:4200113946
disabled_at stringGift card disable timeExample:2023-08-16T23:59:59+08:00
expires_on stringThe expiration date of the current gift card , lol is never expiredExample:2023-08-16T23:59:59+08:00
id stringGift card idExample:30157043359245339231360282
initial_value stringInitial amount of gift cardExample:200
last_characters stringThe last four characters from codeExample:d246
line_item_id stringAssociated order itemsExample:18060183094426803997483534
note stringNote information for present gift cardExample:This is a note
order_id stringAssociated order idExample:24060486231247568944830202
updated_at stringGift card update timeExample:2023-08-16T23:59:59+08:00
user_id stringAdministrator account id on the admin interface for users to create gift cardsExample:4214250478
API Explorer
Debugger
Was this article helpful to you?