Query abandoned order
GET https://{handle}.myshopline.com/admin/openapi/v20250601/orders/abandoned_orders.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
.Abandoned order list
Query Parameters
- checkout_tokens stringcheckoutTokens
- created_at_max stringcreatedAtMax
- created_at_min stringcreatedAtMin
- ids stringids
- limit integerlimit
- page_info stringQuery parameter secret text
- query_page_link_param stringqueryPageLinkParam
- since_id stringsinceId
- sorts object[]The JSON array encoded by urlencode is passed in, including the following fields::
- key : sorting field
- sort_type : sorting type ( ascending asc , descending tec )
- key stringSorting fields
- sort_type stringsortType
- status stringstatus
- updated_at_max stringupdatedAtMax
- updated_at_min stringupdatedAtMin
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
LinktraceId
traceId
Response Body
abandoned_ordersobject[]
abandonedOrdersabandoned_checkout_url stringabandonedCheckoutUrlbilling_addressobject
billingAddressaddress1 stringDetailed address 1Example:8899 Garfield Street
address2 stringDetailed address 2, optionalExample:Apartment 5
city stringCitycompany stringCompany namecountry stringCountry \ regionExample:Usa
country_code stringCountry \ region codeExample:US
first_name stringFirst nameExample:Tom
last_name stringLast nameExample:Washington
name stringFull namephone stringPhoneExample:13100000000
province stringZhou \ provinceExample:California
province_code stringstate\provinceExample:4200006
zip stringPostal codeExample:92503
checkout_token stringCheckout voucherclose_at stringClosed timeExample:2022-11-24T18:44:11+08:00
completed_at stringFinish timeExample:2022-11-24T18:44:11+08:00
created_at stringCreation timeExample:2022-11-24T18:44:11+08:00
currency stringSettlement currencyExample:USD
customerobject
Customeraddressesobject
addressaddress1 stringDetailed address 1Example:8899 Garfield Street
address2 stringDetailed address 2, optionalExample:Apartment 5
city stringCityExample:Riverside
country stringCountry \ regionExample:Usa
country_code stringCountry \ region codeExample:US
first_name stringFirst nameExample:Tom
last_name stringLast nameExample:Washington
name stringFull namephone stringPhoneExample:13100000000
province stringstate\provinceExample:California
province_code stringstate\province codeExample:4200006
zip stringPostal codeExample:92503
currency stringCurrencyExample:USD
email stringMailExample:Washingtontest@test.com
first_name stringFirst nameExample:Tom
id stringUser IDExample:4211450692
last_name stringLast nameExample:Washington
phone stringPhonediscount_codesobject[]
Promo code informationamount stringamountExample:10.00
code stringPromo codeExample:FKSEFIJESZZZ
type stringtypeExample:Reduced amount
email stringBuyer's mailbox, there must be one of the twoid stringAbanonedOrder idExample:2405686780676835647629
line_itemsobject[]
Product informationprice stringCommodity price, precision 2Example:1.0
product_id stringSPU serial numberExample:16053272717023800781363258
quantity integerProduct quantityExample:2
sku stringskuExample:18053272717023800781363258
note stringNotesExample:Ship as soon as possible
note_attributesobject[]
Additional informationname stringNamevalue stringvaluephone stringBuyer contactpresentment_currency stringBuy side currencyExample:USD
recovery_status stringRecall status : not_recovered , recoveredExample:recovered
shipping_addressobject
Shipping addressaddress1 stringDetailed address 1Example:8899 Garfield Street
address2 stringDetailed address 2, optionalExample:Apartment 5
city stringCityExample:Riverside
company stringCompany namecountry stringCountry \ regionExample:Usa
country_code stringCountry \ region codeExample:US
first_name stringFirst nameExample:Tom
last_name stringLast nameExample:Washington
name stringFull namephone stringPhoneExample:13100000000
province stringstate\provinceExample:California
province_code stringstate\province CodeExample:4200006
zip stringPostal codeExample:92503
shipping_linesobject[]
Logistics informationcode stringLogistics namephone stringPhonetitle stringLogistics namestatus stringStatusExample:recoverd
subtotal_price stringProduct discount totaltotal_discounts stringDiscount totaltotal_duties stringTotal dutyExample:8.88
total_line_items_price stringProduct the original price is combinedtotal_price stringTotal price of order ( deduct Discount with tax )total_tax stringTaxupdated_at stringUpdate timeExample:2022-11-24T18:44:11+08:00
user_id stringBuyer id
API Explorer
Debugger
Was this article helpful to you?