AI-generated Key Takeaways
-
RegionalInventoryresources store product-specific details like price and availability for different regions. -
You can manage regional inventory data using methods like
insert,delete, andlistto create, remove, or retrieve regional inventory information. -
The
RegionalInventoryresource includes fields such asprice,salePrice,availability, andcustomAttributesallowing for detailed product configuration per region. -
Refer to the regional product inventory data specification for accepted values for attributes like
availabilityand to understand the structure of regional inventory data.
Resource: RegionalInventory
Regional inventory information for the product. Represents specific information like price and availability for a given product in a specific . For a list of all accepted attribute values, see the regional product inventory data specification.region
| JSON representation |
|---|
{ "name": string, "account": string, "region": string, "price": { object ( |
| Fields | |
|---|---|
name |
Output only. The name of the |
account |
Output only. The account that owns the product. This field will be ignored if set by the client. |
region |
Required. Immutable. ID of the region for this |
price |
Optional. Price of the product in this region. |
salePrice |
Optional. Sale price of the product in this region. Mandatory if |
salePriceEffectiveDate |
Optional. The |
customAttributes[] |
A list of custom (merchant-provided) attributes. You can also use |
availability |
Availability of the product in this region. For accepted attribute values, see the regional product inventory data specification. |
Methods |
|
|---|---|
|
Deletes the specified RegionalInventory resource from the given product in your merchant account. |
|
Inserts a RegionalInventory to a given product in your merchant account. |
|
Lists the RegionalInventory resources for the given product in your merchant account. |