[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-25 UTC."],[[["Creates a new order tracking signal using an HTTP POST request."],["Requires the merchant ID as a path parameter."],["The request body must contain an `OrderTrackingSignal` object, detailed in the provided link."],["A successful response returns the created `OrderTrackingSignal` object."],["Authorization requires the `https://www.googleapis.com/auth/content` scope."]]],["This document outlines how to create a new order tracking signal using a POST request. The endpoint is `https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/ordertrackingsignals`, where `merchantId` is a required path parameter. The request body must include an `OrderTrackingSignal` instance, and a successful response will return a newly created `OrderTrackingSignal` instance. Authorization requires the `https://www.googleapis.com/auth/content` OAuth scope. The document also contains a \"try it\" option.\n"]]