Skip to main content
POST
Send RMA Info to Merchant (from Global-e)
Part of the RMA Notifications (from Global‑e) integration guide — see it for when and how to use this endpoint.

Body

application/json

Provides merchant return information.

CreatedBy
string
required

Who created the return

MerchantGUID
string
required

Unique identifier of the Merchant on Global-e.

OrderId
string
required

Global-e order unique identifier.

ReturnedProducts
MerchantReturnProduct · object[]
required

Array of returned products

ReturnTrackingNumber
string
required

The return tracking number

RMANumber
string
required

Unique RMA number

ShipperName
string
required

The shipper name

TrackingURL
string
required

The return tracking URL

CurrencyCode
string

Code for the RMA currency

MerchantOrderId
string

Order unique identifier on the Merchant's site

ReturnShippingCost
number

Cost for return shipping

WebStoreCode
string

Code for the web store

WebStoreInstanceCode
string

Code for the web store instance

Response

200 - application/json

API call response info. Check the Success field to distinguish success from failure; on failure, Message and Description carry the error text.

Indicates if the call has succeeded. Contains the Success, Message, and Description attributes.

Success
string

Indicates if the call has succeeded. "True" - Call succeeded. "False" - Denotes an error or failure. Sent as a string; Global-e parses it case-insensitively (via bool.TryParse), so "true"/"false" are also accepted. A missing or non-parseable value is treated as failure.

Message
string | null

Optional response message. In case of an error, this property indicates the error message text.

Description
string | null

Optional response description. In case of an error, this property indicates the error message description.