Reference documentation and code samples for the Google Shopping Merchant Products V1 Client class AgeGroup.
Target age group of the item.
Protobuf type google.shopping.merchant.products.v1.AgeGroup
Namespace
Google \ Shopping \ Merchant \ Products \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
AGE_GROUP_UNSPECIFIED
Value: 0
Age group is not specified.
Generated from protobuf enum AGE_GROUP_UNSPECIFIED = 0;
ADULT
Value: 1
Teens or older.
Generated from protobuf enum ADULT = 1;
KIDS
Value: 2
5-13 years old.
Generated from protobuf enum KIDS = 2;
TODDLER
Value: 3
1-5 years old.
Generated from protobuf enum TODDLER = 3;
INFANT
Value: 4
3-12 months old.
Generated from protobuf enum INFANT = 4;
NEWBORN
Value: 5
0-3 months old.
Generated from protobuf enum NEWBORN = 5;