# Check if a partial return is available GET /partner/v3/shops/{shopUuid}/contracts/{contractUuid}/change-options The endpoint returns the information on whether a partial return is possible and if so also the amount range within which the return can be submitted. Endpoint: GET /partner/v3/shops/{shopUuid}/contracts/{contractUuid}/change-options Security: bearerAuth ## Path parameters: - `shopUuid` (string, required) The unique identifier of the shop. Example: "a93f1f44-d5dd-4469-bfcc-c1de9e969213" - `contractUuid` (string, required) The unique identifier of the contract. Example: "788ec8c4-c497-470b-8505-2303f151d427" ## Response 200 fields (application/json): - `options` (object) - `options.PARTIAL_RETURN` (object) - `options.PARTIAL_RETURN.maxReturnAmount` (number) Maximum return amount. E.g. 499.99 - `options.PARTIAL_RETURN.minReturnAmount` (number) Minimum return amount. E.g. 0.01 ## Response 401 fields (application/json): - `message` (string) Unauthorized Example: "unauthorized" ## Response 403 fields (application/json): - `message` (string) Unauthorized access Example: "User is not authorized to access this resource with an explicit deny" ## Response 404 fields (application/json): - `message` (string) Not Found Example: "not_found" ## Response 422 fields (application/json): - `message` (string) Unprocessable Entity ## Response 500 fields (application/json): - `message` (string) Internal server error Example: "internal_server_error"