ADO.NET Provider for Pinterest

Build 26.0.9655

GetLocalInventoryItems

Get local inventory items for a catalog. Provide an array of item_id and store_code pairs to identify items. Up to 1000 items per request.

Stored Procedure Specific Information

The GetLocalInventoryItems stored procedure retrieves local inventory items for a catalog. CatalogId, ItemId, and StoreCode are required parameters.

EXEC GetLocalInventoryItems @CatalogId = '4842503688348', @ItemId = 'DS0294-M', @StoreCode = 'STORE-001'
EXEC GetLocalInventoryItems @CatalogId = '4842503688348', @ItemId = 'DS0294-M', @StoreCode = 'STORE-001', @AdAccountId = '549755885175'

Input

Name Type Required Description
CatalogId String True Unique identifier of the catalog.
ItemId String True Item identifier to filter local inventory items.
StoreCode String True Store code to filter local inventory items.
AdAccountId String False Unique identifier of an ad account.

Result Set Columns

Name Type Description
ItemId String Item identifier.
Status String Status of the verification process.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655