{"title":"Product Tax Object Reference","slug":"product-tax-object-reference","url":"https://support.storeconnect.com/articles/product-tax-object-reference","url_markdown":"https://support.storeconnect.com/articles/product-tax-object-reference.md","subtitle":null,"summary":"Product_Tax__c is the join table between Product2 and Tax__c objects.  It is the tax (or multiple taxes) that are associated with a Product2 object.","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Product Tax, s_c__Product_Tax__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nProduct_Tax__c is the join table between Product2 and Tax__c objects.  It is the tax (or multiple taxes) that are associated with a Product2 object.\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Product_Tax__c` |\n| **Label** | Product Tax |\n| **Plural Label** | Product Taxes |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Product | `s_c__Product_Id__c` | Lookup ([Product2](product2-object-reference)) | No | Select a Product to link with the Tax |\n| Tax | `s_c__Tax_Id__c` | Lookup ([s_c__Tax__c](tax-object-reference)) | Yes | Select a Tax to link with the Product |\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__Product_Id__c` | Lookup | [Product2](product2-object-reference) | Product_Taxes |\n| `s_c__Tax_Id__c` | Lookup | [s_c__Tax__c](tax-object-reference) | Product_Taxes |"}