Paging query gift card
GET https://{handle}.myshopline.com/admin/openapi/v20250601/gift_cards.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
.Query Parameters
- fields stringSpecify return parameters , separated by ','Example:
note, initial_value
- limit integerThe biggest result of return , default 50 , maximum not more than 250Example:
50
- page_info stringThe call party does not require use and attention to this field , automatically encapsulated by ShoplineExample:
eyJzaW5jZUlkIjoiMzAxNTcwNDMzNTkyNDUzMzkyMzEzNjAyODIiLCJkaXJlY3Rpb24iOiJwcmV2Iiwic3RhdHVzIjoiZW5hYmxl
- since_id stringStart with a specify gift card id queryExample:
30157043359245339231360282
- status stringGift card status , enabled : enabled , disabled : not enabledExample:
enabled
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
Response
- 200
- 401
- 429
For more information about status codes, see Http status code.
Response Headers
link
Page turning informationtraceId
traceId
Response Body
gift_cardsobject[]
Gift card informationapi_client_id stringCall party idExample:36d2bc4e97af056677b61c529d9e3a3f7396040d
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 stringExpiration date for present gift card, “null” means never expiredExample:2023-08-16T23:59:59+08:00
id stringGift card idExample:30157043359245339231360282
initial_value stringInitial face value 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
Examples
Was this article helpful to you?