Google Shopping Merchant Accounts V1 Client - Class InsertShippingSettingsRequest (0.10.0)

Reference documentation and code samples for the Google Shopping Merchant Accounts V1 Client class InsertShippingSettingsRequest.

Request message for the InsertShippingSetting method.

Generated from protobuf message google.shopping.merchant.accounts.v1.InsertShippingSettingsRequest

Namespace

Google \ Shopping \ Merchant \ Accounts \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The account for which this shipping setting will be inserted. If you are using an advanced account, you must specify the unique identifier of the sub-account for which you want to insert the shipping setting. Format: accounts/{ACCOUNT_ID}

↳ shipping_setting ShippingSettings

Required. The new version of the account.

getParent

Required. The account for which this shipping setting will be inserted. If you are using an advanced account, you must specify the unique identifier of the sub-account for which you want to insert the shipping setting.

Format: accounts/{ACCOUNT_ID}

Returns
Type Description
string

setParent

Required. The account for which this shipping setting will be inserted. If you are using an advanced account, you must specify the unique identifier of the sub-account for which you want to insert the shipping setting.

Format: accounts/{ACCOUNT_ID}

Parameter
Name Description
var string
Returns
Type Description
$this

getShippingSetting

Required. The new version of the account.

Returns
Type Description
ShippingSettings|null

hasShippingSetting

clearShippingSetting

setShippingSetting

Required. The new version of the account.

Parameter
Name Description
var ShippingSettings
Returns
Type Description
$this