{"title":"Tax Provider Log Object Reference","slug":"tax-provider-log-object-reference","url":"https://support.storeconnect.com/articles/tax-provider-log-object-reference","url_markdown":"https://support.storeconnect.com/articles/tax-provider-log-object-reference.md","subtitle":null,"summary":"Stores the request/response of each call to a tax provider\u0026#39;s service when logging is enabled.","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Tax Provider Log, s_c__Tax_Provider_Log__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nStores the request/response of each call to a tax provider's service when logging is enabled.\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Tax_Provider_Log__c` |\n| **Label** | Tax Provider Log |\n| **Plural Label** | Tax Provider Logs |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Received At | `s_c__Received_At__c` | DateTime | No | The date/time the response was received from the tax provider. |\n| Request | `s_c__Request__c` | LongTextArea(25000) | No | Request sent to the Tax Provider. |\n| Requested At | `s_c__Requested_At__c` | DateTime | No | The date/time the request was sent to the tax provider. |\n| Response | `s_c__Response__c` | LongTextArea(25000) | No | Response returned by the Tax Provider. |\n| Tax Provider | `s_c__Tax_Provider_Id__c` | MasterDetail ([s_c__Tax_Provider__c](tax-provider-object-reference)) | No | Defines the Tax Provider that applies to the log. |\n| StoreConnect External ID | `s_c__sC_Id__c` | Text(36) | No | StoreConnect External ID, do not modify in Salesforce. |\n\n## Relationships\n\n| Field | Type | Related Object | Relationship Name |\n|-------|------|----------------|-------------------|\n| `s_c__Tax_Provider_Id__c` | MasterDetail | [s_c__Tax_Provider__c](tax-provider-object-reference) | Tax_Provider_Logs |"}