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
400Error
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
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
400Error
application/json
403Error
application/json
get
/v4/returns/document-templates/Was this helpful?