OrderTrackingSignal
Represents a business trade from which signals are extracted, such as shipping.
| Fields | |
|---|---|
order_tracking_signal_id
|
Output only. The ID that uniquely identifies this order tracking signal. |
merchant_id
|
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
|
Required. The time when the order was created on the businesses side. Include the year and timezone string, if available. |
order_id
|
Required. The ID of the order on the businesses side. This field will be hashed in returned OrderTrackingSignal creation response. |
shipping_info[]
|
Required. The shipping information for the order. |
line_items[]
|
Required. Information about line items in the order. |
shipment_line_item_mapping[]
|
Optional. The mapping of the line items to the shipment information. |
delivery_postal_code
|
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
|
Optional. The CLDR territory code for the shipping destination. |
customer_shipping_fee
|
Optional. The shipping fee of the order; this value should be set to zero in the case of free shipping. |