Process Return Mutations
Process received returns with return registration mutations, including closing a submitted return and recording warehouse receive status.
Before You Start
Resolve the Return Registration
Close a Return
Send Authorization: Parcellab-API-Token <encoded-token>.
<encoded-token> = base64(account_id:token) as provided in the portal.
Unique identifier for this return registration, generated by parcelLab
Update (mutate) a return registration
Represents a return registration
Account, that is linked to this registration.
Configuration code of the return configuration
Name of the client, as configured in account setup.
Retailer reference, e.g. the order number, not unique
Unique identifier for this return registration, generated by parcelLab
Additional identifier (e.g. shop system id) for this return registration, generated by the retailer
created- Createdsubmitted- Submittedpending_approval- Pending Approvalpending_label- Pending Labelapproved- Approvedrejected- Rejectedcancelled- Cancelledclosed- Closedprocessing_failed- Processing Failedinvalid- Invalid
Reason for the current status
Date of the order
Currency of the order, e.g. USD, EUR (ISO 4217)
Total amount of the original order
^-?\d{0,8}(?:\.\d{0,2})?$Total shipping amount of the original order
^-?\d{0,8}(?:\.\d{0,2})?$Total tax amount of the original order
^-?\d{0,8}(?:\.\d{0,2})?$Date of the order delivery
Date of the order shipment
Payment method used for the order, as setup as reference items in the accounts configuration
ISO 639-1 language code of the recipient, if known, required for localized communication
Customers email address, must be provided, in case email is not known or should be unset, use the literal string '_unset' instead.
Customer phone number
ISO 3166-1 alpha-3 code of country
Refund method selected by customer
Order level tags.
Verification code (e.g. zip/email) used for this return registration
Request Fields
Article Status Update Fields
Record Receive Status Without Closing
Send Authorization: Parcellab-API-Token <encoded-token>.
<encoded-token> = base64(account_id:token) as provided in the portal.
Update (mutate) a return registration
Represents a return registration
Account, that is linked to this registration.
Configuration code of the return configuration
Name of the client, as configured in account setup.
Retailer reference, e.g. the order number, not unique
Unique identifier for this return registration, generated by parcelLab
Additional identifier (e.g. shop system id) for this return registration, generated by the retailer
created- Createdsubmitted- Submittedpending_approval- Pending Approvalpending_label- Pending Labelapproved- Approvedrejected- Rejectedcancelled- Cancelledclosed- Closedprocessing_failed- Processing Failedinvalid- Invalid
Reason for the current status
Date of the order
Currency of the order, e.g. USD, EUR (ISO 4217)
Total amount of the original order
^-?\d{0,8}(?:\.\d{0,2})?$Total shipping amount of the original order
^-?\d{0,8}(?:\.\d{0,2})?$Total tax amount of the original order
^-?\d{0,8}(?:\.\d{0,2})?$Date of the order delivery
Date of the order shipment
Payment method used for the order, as setup as reference items in the accounts configuration
ISO 639-1 language code of the recipient, if known, required for localized communication
Customers email address, must be provided, in case email is not known or should be unset, use the literal string '_unset' instead.
Customer phone number
ISO 3166-1 alpha-3 code of country
Refund method selected by customer
Order level tags.
Verification code (e.g. zip/email) used for this return registration
Related Flows
Last updated
Was this helpful?