[shipping_length]
, shipping width [shipping_width]
, and shipping height [shipping_height]
attributes. These 3 attributes help determine the shipping cost if you’re using a carrier-calculated shipping method in Merchant Center.
When to use
Optional for each product
If you want to specify dimensions for carrier-calculated shipping rates, provide them using the shipping length [shipping_length]
, shipping width [shipping_width]
, and shipping height [shipping_height]
attributes. You can set up carrier-calculated shipping in your Merchant Center account shipping settings.
Shipping costs are calculated based on dimensions and weight, so providing the dimensions of your package will help ensure that Google calculates the cost correctly. Dimensions and weight are especially important for unusually shaped products such as "pool noodles" or "fishing rods". Learn more about carrier-calculated shipping.
Format
Follow these formatting guidelines to make sure Google understands the data you're submitting.
Type | Number plus dimension unit |
---|---|
Supported units | cm , inch |
Limits | 1 - 400 for cm, 1 - 150 for inch |
Repeated field | No |
Shipping length formatting
File format | Example entry |
---|---|
Text (TSV) | 20 in |
XML (Feeds) | <g:shipping_length>20 in</g:shipping_length> |
To format your data for Content API, see the Content API for Shopping.
Shipping width formatting
File format | Example entry |
---|---|
Text (TSV) | 40 in |
XML (Feeds) | <g:shipping_width>40 in</g:shipping_width> |
To format your data for Content API, see the Content API for Shopping.
Shipping height formatting
File format | Example entry |
---|---|
Text (TSV) | 10 in |
XML (Feeds) |
<g:shipping_height>10 in</g:shipping_height>
|
To format your data for Content API, see the Content API for Shopping.
Minimum requirements
These are the requirements you'll need to meet to show your product. If you don't follow these requirements, we'll disapprove your product and let you know in the Diagnostics page in your Merchant Center account.
- Include all dimension attributes if you include any of them. If you don’t include all of the attributes, the information can’t be used to calculate shipping cost.
- Use the same unit of measurement for each attribute. Otherwise, the information can’t be used to calculate shipping cost.
Best practices
These best practices can help you go beyond the basic requirements to optimize your product data for performance.
- Use dimension attributes along with the shipping weight
[shipping_weight]
attribute. Carrier-calculated shipping rates can vary depending on the weight and dimensions of your product. So if you don’t provide both dimensions and weight, the calculated shipping cost might not be accurate.
Examples
To see accurate shipping costs in your ads and free product listings, submit all dimension attributes and shipping weight [shipping_weight]
. For example:
Product data for an XXL Orthopedic Dog Bed | |
Attribute |
Value |
Title |
XXL Orthopedic Dog Bed |
Shipping length |
54 in |
Shipping width |
64 in |
Shipping height |
10 in |
Shipping weight |
13 lbs |
Product data for a 10-ft Ocean Kayak | |
Attribute |
Value |
Title |
10-ft Ocean Kayak |
Shipping length |
120 in |
Shipping width |
30 in |
Shipping height |
15 in |
Shipping weight |
45 lbs |
Product data for a 4” Pool Noodle, 6 Pack | |
Attribute |
Value |
Title |
Pool Noodle - 4" - 6 Pack |
Shipping length |
48 in |
Shipping width |
4 in |
Shipping height |
4 in |
Shipping weight |
5 lbs |
Product data for a 6-ft Fishing Rod | |
Attribute |
Value |
Title |
6-ft Medium-Heavy Fishing Rod, 1-Piece |
Shipping length |
74 in |
Shipping width |
6 in |
Shipping height |
7 in |
Shipping weight |
8 oz |