Return Configurations
Our API allows you to retrieve return configuration sets that are linked to return registrations.
Overview
Get Return Configuration Sets
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
accountinteger[]Optional
limitintegerOptional
Number of results to return per page.
offsetintegerOptional
The initial index from which to return the results.
orderingstringOptional
Which field to use when ordering the results.
Responses
200Success
application/json
countintegerRequiredExample:
123nextstring · uri · nullableOptionalExample:
http://api.example.org/accounts/?offset=400&limit=100previousstring · uri · nullableOptionalExample:
http://api.example.org/accounts/?offset=200&limit=100400Error
application/json
403Error
application/json
get
/v4/returns/returns-configurations/Get a Return Configuration
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idintegerRequired
A unique integer value identifying this Returns Portal.
Responses
200Success
application/json
Represents a return configuration set, including courier mappings and returnable periods
idintegerRead-onlyRequired
accountintegerRequired
codestring · max: 128Required
Configuration code of the return configuration
clientinteger · nullableOptional
returns_order_apiinteger · nullableOptional
The API to be used to fetch order information
returns_rulesinteger · nullableOptional
Returns reasons to use for this portal
400Error
application/json
403Error
application/json
404Error
application/json
get
/v4/returns/returns-configurations/{id}/Get Document Templates
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
accountinteger[]Optional
limitintegerOptional
Number of results to return per page.
offsetintegerOptional
The initial index from which to return the results.
orderingstringOptional
Which field to use when ordering the results.
Responses
200Success
application/json
countintegerRequiredExample:
123nextstring · uri · nullableOptionalExample:
http://api.example.org/accounts/?offset=400&limit=100previousstring · uri · nullableOptionalExample:
http://api.example.org/accounts/?offset=200&limit=100400Error
application/json
403Error
application/json
get
/v4/returns/document-templates/Last updated
Was this helpful?