Item Return API (0.1)
Download OpenAPI specification:Download
Retrieve configuration for financial documents
Retrieves configurations for financial documents along with its metadata.
Authorizations:
newStoreAccessToken
Responses
Response samples
- 200
Content type
application/json
{- "value": {
- "accounting_settings": {
- "accounting_entities": [
- {
- "accounting_address": {
- "address_line_1": "5600 Argosy Circle",
- "city": "Huntington Beach",
- "country": "United States",
- "country_code": "US",
- "name": "Retailer, Inc.",
- "state": "CA",
- "zip_code": "92649"
}, - "id": "US"
}
]
}, - "generate_external_invoice_id_format": "{tenant}{country_code}{unique_number:08d}"
}, - "updated_by": "amanda@retailer.com",
- "updated_at": "2021-11-04T10:11:44Z"
}