Attribute: unit_price
Subtypes
Subtype | Type | Units or Values | Description |
---|---|---|---|
common | string? | Provide this information for any products customarily sold by a unit of measurement (for example "$10 / pound"). To specify this information, provide the following: Amount value: this is a float Centiliters: This information is uploaded via feed uploads in the {value: 10.0, currency: "USD", unit: "lb"} It can also be uploaded via XML as follows: <unit_price> <value>10</value> <currency>USD</currency> <unit>lb</unit> </unit_price> Example: Download a sample CSV file with an example of adding |