[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-30 UTC."],[[["The `RegionalInventory` resource allows you to manage product information specific to different regions, such as price, sale price, availability, and custom attributes."],["It includes fields like `regionId`, `price`, `salePrice`, `salePriceEffectiveDate`, `availability`, `customAttributes`, and `kind`."],["You can interact with this resource using methods like `custombatch` to update inventory for multiple products or regions, and `insert` to update inventory for a specific product within a region."],["The `RegionalInventory` resource is represented in JSON format with specific data types for each field, and detailed documentation is available on the linked pages."]]],["The RegionalInventory resource contains region-specific product data, including `regionId`, `price`, `salePrice`, `salePriceEffectiveDate`, and `availability`. It also supports `customAttributes` and has a fixed `kind` value. The `custombatch` method updates multiple product/region inventories simultaneously, while the `insert` method modifies the regional inventory for a single product. All fields have specific types (string, object), following the schema.\n"]]