Required. The weight represented as a number in micros (1 million micros is an equivalent to one's currency standard unit, for example, 1 kg = 1000000 micros). This field can also be set as infinity by setting to -1. This field only support -1 and positive value.
[[["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 2025-07-31 UTC."],[],[],null,["# Weight\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nThe weight represented as the value in string and the unit.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------|\n| ``` { \"unit\": enum (/merchant/api/reference/rest/Shared.Types/WeightUnit), \"amountMicros\": string } ``` |\n\n| Fields ||\n|----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `unit` | `enum (`[WeightUnit](/merchant/api/reference/rest/Shared.Types/WeightUnit)`)` Required. The weight unit. Acceptable values are: kg and lb |\n| `amountMicros` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Required. The weight represented as a number in micros (1 million micros is an equivalent to one's currency standard unit, for example, 1 kg = 1000000 micros). This field can also be set as infinity by setting to -1. This field only support -1 and positive value. |"]]