Query returns
GET https://{handle}.myshopline.com/admin/openapi/v20250601/return.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 the corresponding return order details based on the provided return order ID or order ID.
Query Parameters
- id stringReturn order ID. You must provide the return order ID, the order ID, or both.Example:
2605860580357012238342
- order_id stringOrder ID. You must provide the return order ID, the order ID, or both.Example:
21058605762597644309430942
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
- 422
- 429
For more information about status codes, see Http status code.
Response Headers
traceId
traceId
Response Body
returnsobject[]
A list of return order information.created_at stringThe date and time when the return order was created. Format: ISO 8601.Example:2024-08-31T02:20:26+08:00
Example:2021-08-31T02:20:26+08:00
id stringThe unique identifier for the return order.Example:2605860580357012238342
order_id stringThe unique identifier for the order.Example:21058605762597644309430942
return_line_itemsobject[]
A list of details for refunded products.fulfillment_id stringThe unique identifier for the shipment order associated with the return order.Example:RPP5873267430525507606
fulfillment_line_itemobject
Shipping message for return list association.line_itemobject
Invoice product line information.attribute stringProduct attribute information: name-attribute value. When there are multiple attribute values, they are separated by commas. For example,Color-Red, Size-L
.Example:Color-Red, Size-L
fulfillable_quantity integerRemaining fulfillable quantity at product line level.Example:20
fulfillment_service stringLogistics company name.Example:Sf international
fulfillment_status stringProduct delivery status. Valid values are:fulfilled
: shippedpartia
: partially shippednull
: not shipped
Example:fulfilled
gift_card booleanIndicates whether the product is a gift card item.true
:gift card itemfalse
:not a gift card item
Example:true
grams doubleProduct weight in grams.Example:1
id stringProduct line ID.Example:405
image_url stringLink to the image of the returned product.Example:https://image.shopline.com/abc.jpg
location_id stringLocal delivery location number or standard delivery location number.Example:5327026538935748524
name stringSKU title, same astitle
.Example:It's good Product
price stringProduct selling price, product detail page sale price.Example:100.0
product_id stringSPU serial number.Example:16056898121352174690861487
propertiesobject[]
Product customization information.name stringProduct customization information name.Example:Text
type stringCustom information type. Valid values are:text
: textpicture
: picturelink
: hyperlink
Example:text
urls arrayProduct customization information link.Example:https://image.shopline.com
value stringProduct customization information content.Example:Freedom
quantity integerThe quantity of products that need to be shipped.Example:20
requires_shipping booleanIndicates whether the product is subject to shipping.true
:Shipping is required.false
:Shipping is not required.
Example:true
sku stringProduct SKU serial number.Example:SKU1234
tags stringProduct tag, separated by commas when there are multiple.Example:sales
tax_linesobject[]
The returned product tax information.price stringThe tax amount.Example:18.00
price_setobject
Tax amount measured in store currency and transaction currency.presentment_moneyobject
Buyer side currency amount information.amount stringTax amount in the transaction currency.Example:18.00
currency_code stringThe transaction currency. The value of this parameter is a three-letter currency code that follows the ISO 4217 standard.Example:USD
shop_moneyobject
Store currency amount information.amount stringTax amount in the shop currency.Example:18.00
currency_code stringThe shop currency. The value of this parameter is a three-letter currency code that follows the ISO 4217 standard.Example:USD
rate doubleThe tax rate, for display only.Example:0.02
title stringThe tax description title, display only.Example:CNMP
taxable booleanIndicates whether the product is taxable.true
:taxablefalse
:not taxable
Example:true
title stringThe title of the product.Example:It's good Product
variant_id stringThe SKU of the product. The unique identifier for the product style.Example:18056898121355865678441487
variant_title stringProduct attribute value, multiple divided by " / ".Example:L/Red
vendor stringProduct supplier.Example:Product supplier
quantity integerThe quantity of products corresponding to the fulfillment shipment.Example:20
id stringReturn product line number.Example:RDP5860580372212396041
quantity integerThe number of products in the return order.Example:20
return_reason stringThe return reasons for the product line. Valid values are:COLOR
: Incorrect color.DEFECTIVE
: Product is damaged or defective.NOT_AS_DESCRIBED
: Product does not match the description.OTHER
: Other reasons.SIZE_TOO_LARGE
: Size is too large.SIZE_TOO_SMALL
: Size is too small.STYLE
: Issues with the style.UNWANTED
: Customer changed their mind.WRONG_ITEM
: Received the wrong item.
Example:NOT_AS_DESCRIBED
return_reason_note stringDetailed notes on the reason for the return of the product.Example:Product does not match the description
return_reason stringThe reason for the return of the product.Example:Reason
status stringReturn order status.OPEN
: returningCLOSED
: return and refund completed
Example:OPEN
API Explorer
Debugger
Examples
Was this article helpful to you?