Get Company Items by SKUs (Batch)
machship_get_items_by_skusRetrieve saved items for up to 100 SKU codes. Unmatched SKUs are omitted, allowing identification of missing items.
Instructions
Returns a list of saved items matching any of the supplied SKUs (standard items only, max 100 SKUs). SKUs that don't match any item are silently omitted — compare returned Sku values against your input to detect misses.
Args:
companyId (number): Company ID
skus (string[]): Array of SKU codes to look up (max 100)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| companyId | Yes | Company ID | |
| skus | Yes | SKU codes to look up (max 100) |