---
title: "POST /{merchantId}/pos/{targetMerchantId}/inventory"
method: POST
path: "/{merchantId}/pos/{targetMerchantId}/inventory"
tags: ["pos"]
---

# POST /{merchantId}/pos/{targetMerchantId}/inventory

`POST /{merchantId}/pos/{targetMerchantId}/inventory`

Submit inventory for the given merchant.

## Path parameters

- `merchantId` string, required
- `targetMerchantId` string, required

## Request body

- PosInventoryRequest
  - `contentLanguage` string — Required. The two-letter ISO 639-1 language code for the item.
  - `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](https://support.google.com/merchants/answer/3061342).
  - `price` Price
    - `value` string — The price represented as a number.
    - `currency` string — The currency of the price.
  - `timestamp` string — Required. The inventory timestamp, in ISO 8601 format.
  - `targetCountry` string — Required. The CLDR territory code for the item.
  - `quantity` string, int64 — Required. The available quantity of the item.
  - `gtin` string — Global Trade Item Number.
  - `itemId` string — Required. A unique identifier for the item.
  - `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](https://support.google.com/merchants/answer/3061342).
  - `storeCode` string — Required. The identifier of the merchant's store. Either a `storeCode` inserted through the API or the code of the store in a Business Profile.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/content.md) · [All operations](https://skmtc.net/google/apis/content/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/content/revisions/1033388fc86f/schema)
