v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13125317428.7 KB
ordertrackingsignals

Creates new order tracking signal.

post/{merchantId}/ordertrackingsignals

Path parameters

merchantIdstring required

The ID of the merchant for which the order signal is created.

Request body

orderTrackingSignalIdstring int64

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

orderIdstring

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

merchantIdstring int64

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

deliveryRegionCodestring

Required. The [CLDR territory code] (http://www.unicode.org/repos/cldr/tags/latest/common/main/en.xml) for the shipping destination.

deliveryPostalCodestring

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

Response

Successful response