OrderTrackingSignal

OrderTrackingSignal

Represents a business trade from which signals are extracted, such as shipping.

Fields
order_tracking_signal_id

int64

Output only. The ID that uniquely identifies this order tracking signal.

merchant_id

int64

Optional. The Google Merchant Center ID of this order tracking signal. This value is optional. If left unset, the caller's Merchant Center ID is used. You must request access in order to provide data on behalf of another business. For more information, see Submitting Order Tracking Signals .

order_created_time

DateTime

Required. The time when the order was created on the businesses side. Include the year and timezone string, if available.

order_id

string

Required. The ID of the order on the businesses side. This field will be hashed in returned OrderTrackingSignal creation response.

shipping_info[]

ShippingInfo

Required. The shipping information for the order.

line_items[]

LineItemDetails

Required. Information about line items in the order.

shipment_line_item_mapping[]

ShipmentLineItemMapping

Optional. The mapping of the line items to the shipment information.

delivery_postal_code

string

Optional. The delivery postal code, as a continuous string without spaces or dashes, for example "95016". This field will be anonymized in returned OrderTrackingSignal creation response.

delivery_region_code

string

Optional. The CLDR territory code for the shipping destination.

customer_shipping_fee

Price

Optional. The shipping fee of the order; this value should be set to zero in the case of free shipping.