# Get the general configuration of a retailer/e-commerce platform (merchant). Get the general configuration of a retailer/e-commerce platform (merchant). Endpoint: GET /shops/config Version: 2025-07-09 ## Response 200 fields (application/json): - `data` (any) The response data. - `error` (object) Details of the error that occurred during the API request, including error code and message. This field is only present when the request results in an error. - `error.code` (integer, required) The error code Enum: 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 3001, 3002, 3003, 4001 - `error.message` (string, required) The error message. - `error.details` (any) The HTTP error details. ## Response 401 fields (application/json): - `data` (any) The response data. - `error` (object) Details of the error that occurred during the API request, including error code and message. This field is only present when the request results in an error. - `error.code` (integer, required) The error code Enum: 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 3001, 3002, 3003, 4001 - `error.message` (string, required) The error message. - `error.details` (any) The HTTP error details. ## Response 422 fields (application/json): - `data` (any) The response data. - `error` (object) Details of the error that occurred during the API request, including error code and message. This field is only present when the request results in an error. - `error.code` (integer, required) The error code Enum: 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 3001, 3002, 3003, 4001 - `error.message` (string, required) The error message. - `error.details` (any) The HTTP error details.