Recommended merchant schemas
This section contains the schemas for the Merchant settings API.
Request schema for recommended_merchant
Name | Type | Required | Description |
delivery_suburb | string | true | A suburb in Australia |
delivery_postcode | string | true | A postcode in Australia |
delivery_state | string | true | A state in Australia |
delivery_address | string | false | A street address in Australia |
merchant_ids | array | false | List of merchants IDs under the company. If not provided, all merchants in the company are considered. |
Response schema for recommended_merchant
Name | Type | Required | Description |
store_name | string | true | Chosen merchant’s name |
merchant_id | integer | true | Chosen merchant’s ID |
available_service_levels | array | true | List of available service levels for chosen merchant |