Return Configurations
Our API allows you to retrieve return configuration sets that are linked to return registrations.
Overview
Get Return Configuration Sets
Send Authorization: Parcellab-API-Token <encoded-token>.
<encoded-token> = base64(account_id:token) as provided in the portal.
Number of results to return per page.
The initial index from which to return the results.
Order results by any response field. Prefix with - for descending (e.g. -id).
123http://api.example.org/accounts/?offset=400&limit=100http://api.example.org/accounts/?offset=200&limit=100Get a Return Configuration
Send Authorization: Parcellab-API-Token <encoded-token>.
<encoded-token> = base64(account_id:token) as provided in the portal.
A unique integer value identifying this Returns Portal.
Represents a return configuration set, including courier mappings and returnable periods
Configuration code of the return configuration
Default client for this portal. Shopify Order API registrations override this with the *.myshopify.com domain.
The API to be used to fetch order information
Returns reasons to use for this portal
Get Document Templates
Send Authorization: Parcellab-API-Token <encoded-token>.
<encoded-token> = base64(account_id:token) as provided in the portal.
Number of results to return per page.
The initial index from which to return the results.
Order results by any response field. Prefix with - for descending (e.g. -id).
123http://api.example.org/accounts/?offset=400&limit=100http://api.example.org/accounts/?offset=200&limit=100Last updated
Was this helpful?