Required. The inventory timestamp, in ISO 8601 format.
pickupMethod
string
Optional. Supported pickup method for this offer. Unless the value is "not supported", this field must be submitted together with pickupSla. For accepted attribute values, see the local product inventory feed specification.
pickupSla
string
Optional. Expected date that an order will be ready for pickup relative to the order date. Must be submitted together with pickupMethod. For accepted attribute values, see the local product inventory feed specification.
Required. The inventory timestamp, in ISO 8601 format.
pickupMethod
string
Optional. Supported pickup method for this offer. Unless the value is "not supported", this field must be submitted together with pickupSla. For accepted attribute values, see the local product inventory feed specification.
pickupSla
string
Optional. Expected date that an order will be ready for pickup relative to the order date. Must be submitted together with pickupMethod. For accepted attribute values, see the local product inventory feed specification.
[[["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."],[[["Submits inventory data for a given merchant using the `POST` method."],["Requires providing merchant ID, target merchant ID, and inventory data in the request."],["The request body should contain details like store code, item ID, price, quantity, and timestamp."],["The response provides a confirmation with details like kind, store code, item ID, and other relevant information."],["Utilizes the `https://www.googleapis.com/auth/content` OAuth scope for authorization."]]],["This documentation outlines the process of submitting inventory data for a merchant using a POST request to the provided API endpoint. The request requires `merchantId` and `targetMerchantId` as path parameters. The request body, `PosInventoryRequest`, includes details like `storeCode`, `itemId`, `price`, `quantity`, and `timestamp`. Successful requests return a `PosInventoryResponse` with a similar structure. The request uses `https://www.googleapis.com/auth/content` OAuth scope for authorization.\n"]]