{ "opencollection": "1.0.0", "info": { "name": "batches items API", "version": "1.0.0" }, "items": [ { "info": { "name": "items", "type": "folder" }, "items": [ { "info": { "name": "List all the items", "type": "http" }, "http": { "method": "GET", "url": "https://www.zohoapis.com/inventory/v1/items", "params": [ { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" }, { "name": "page", "value": "1", "type": "query", "description": "Page number to be fetched. Default value is 1." }, { "name": "per_page", "value": "200", "type": "query", "description": "Number of records to be fetched per page. Default value is 200." }, { "name": "search_text", "value": "", "type": "query", "description": "Search items by name, SKU, or other searchable fields." }, { "name": "filter_by", "value": "", "type": "query", "description": "Filter items by status or item type. Allowed values: Status.All, Status.Active, Status.Inactive, Status.Lowstock, Status.Unmapped, Status.Uncategorized, Status.Grouped, ItemType.All, ItemType.Sales, ItemType.Purchases, ItemType.SalesAndPurchases, ItemType.Inventory, ItemType.NonInventory, ItemType.Service." }, { "name": "sort_column", "value": "", "type": "query", "description": "Sort by column. Allowed values: name, sku, rate, purchase_rate, created_time, last_modified_time, reorder_level, stock_on_hand." }, { "name": "sort_order", "value": "", "type": "query", "description": "Sort order. Allowed values: A for ascending and D for descending." }, { "name": "status", "value": "", "type": "query", "description": "Filter by item status. Allowed values: active, inactive." }, { "name": "name", "value": "", "type": "query", "description": "Filter by exact item name." }, { "name": "name_startswith", "value": "", "type": "query", "description": "Filter by item name that starts with the given value." }, { "name": "name_contains", "value": "", "type": "query", "description": "Filter by item name that contains the given value." }, { "name": "sku", "value": "", "type": "query", "description": "Filter by exact SKU." }, { "name": "sku_startswith", "value": "", "type": "query", "description": "Filter by SKU that starts with the given value." }, { "name": "sku_contains", "value": "", "type": "query", "description": "Filter by SKU that contains the given value." }, { "name": "rate", "value": "", "type": "query", "description": "Filter by exact selling rate." }, { "name": "rate_less_than", "value": "", "type": "query", "description": "Filter by selling rate less than the given value." }, { "name": "rate_less_equals", "value": "", "type": "query", "description": "Filter by selling rate less than or equal to the given value." }, { "name": "rate_greater_than", "value": "", "type": "query", "description": "Filter by selling rate greater than the given value." }, { "name": "rate_greater_equals", "value": "", "type": "query", "description": "Filter by selling rate greater than or equal to the given value." }, { "name": "purchase_rate", "value": "", "type": "query", "description": "Filter by exact purchase rate." }, { "name": "purchase_rate_less_than", "value": "", "type": "query", "description": "Filter by purchase rate less than the given value." }, { "name": "purchase_rate_less_equals", "value": "", "type": "query", "description": "Filter by purchase rate less than or equal to the given value." }, { "name": "purchase_rate_greater_than", "value": "", "type": "query", "description": "Filter by purchase rate greater than the given value." }, { "name": "purchase_rate_greater_equals", "value": "", "type": "query", "description": "Filter by purchase rate greater than or equal to the given value." }, { "name": "tax_id", "value": "", "type": "query", "description": "Filter by tax ID." }, { "name": "account_id", "value": "", "type": "query", "description": "Filter by sales account ID." }, { "name": "purchase_account_id", "value": "", "type": "query", "description": "Filter by purchase account ID." }, { "name": "customview_id", "value": "", "type": "query", "description": "Custom view ID to apply." }, { "name": "vendor_id", "value": "", "type": "query", "description": "Filter by vendor ID." }, { "name": "item_id", "value": "", "type": "query", "description": "Filter by item ID." }, { "name": "zcrm_product_id", "value": "", "type": "query", "description": "Filter by Zoho CRM product ID." }, { "name": "last_modified_time", "value": "", "type": "query", "description": "Filter items modified after the given date and time. Format yyyy-MM-ddTHH:mm:ssZ." }, { "name": "category_id", "value": "", "type": "query", "description": "Filter by category ID." }, { "name": "brand_ids", "value": "", "type": "query", "description": "Comma-separated list of brand IDs to filter by." }, { "name": "manufacturer_ids", "value": "", "type": "query", "description": "Comma-separated list of manufacturer IDs to filter by." }, { "name": "warehouse_id", "value": "", "type": "query", "description": "Filter by warehouse ID." }, { "name": "location_id", "value": "", "type": "query", "description": "Filter by location ID." }, { "name": "group_id", "value": "", "type": "query", "description": "Filter by item group ID." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Lists all the items present in Zoho Inventory." }, { "info": { "name": "Create an item", "type": "http" }, "http": { "method": "POST", "url": "https://www.zohoapis.com/inventory/v1/items", "params": [ { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Creates a new item in Zoho Inventory." }, { "info": { "name": "Delete multiple items", "type": "http" }, "http": { "method": "DELETE", "url": "https://www.zohoapis.com/inventory/v1/items", "params": [ { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" }, { "name": "item_ids", "value": "4815000000044208,4815000000044274", "type": "query", "description": "Comma-separated list of item IDs to delete." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Deletes multiple items from Zoho Inventory." }, { "info": { "name": "Bulk fetch item details", "type": "http" }, "http": { "method": "GET", "url": "https://www.zohoapis.com/inventory/v1/itemdetails", "params": [ { "name": "item_ids", "value": "4815000000044208,4815000000044274,4815000000044340", "type": "query", "description": "List of item ids separated by comma" }, { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Fetch item details for the mentioned item IDs" }, { "info": { "name": "Retrieve an item", "type": "http" }, "http": { "method": "GET", "url": "https://www.zohoapis.com/inventory/v1/items/:item_id", "params": [ { "name": "item_id", "value": "4815000000044208", "type": "path", "description": "Unique identifier of the item." }, { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Fetches the details for an existing item." }, { "info": { "name": "Update an item", "type": "http" }, "http": { "method": "PUT", "url": "https://www.zohoapis.com/inventory/v1/items/:item_id", "params": [ { "name": "item_id", "value": "4815000000044208", "type": "path", "description": "Unique identifier of the item." }, { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Update the details of an item." }, { "info": { "name": "Delete an item", "type": "http" }, "http": { "method": "DELETE", "url": "https://www.zohoapis.com/inventory/v1/items/:item_id", "params": [ { "name": "item_id", "value": "4815000000044208", "type": "path", "description": "Unique identifier of the item." }, { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Deletes an existing item from Zoho Inventory." }, { "info": { "name": "Update custom field in existing items", "type": "http" }, "http": { "method": "PUT", "url": "https://www.zohoapis.com/inventory/v1/item/:item_id/customfields", "params": [ { "name": "item_id", "value": "45667789900", "type": "path", "description": "Unique identifier of the item." }, { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Update the value of the custom field in existing items." }, { "info": { "name": "Retrieve an item image", "type": "http" }, "http": { "method": "GET", "url": "https://www.zohoapis.com/inventory/v1/items/:item_id/image", "params": [ { "name": "item_id", "value": "4815000000044208", "type": "path", "description": "Unique identifier of the item." }, { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" }, { "name": "preview", "value": "", "type": "query", "description": "Set to true to get a preview of the image." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Retrieves the image associated with an item." }, { "info": { "name": "Upload an item image", "type": "http" }, "http": { "method": "POST", "url": "https://www.zohoapis.com/inventory/v1/items/:item_id/image", "params": [ { "name": "item_id", "value": "4815000000044208", "type": "path", "description": "Unique identifier of the item." }, { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" } ], "body": { "type": "multipart-form", "data": [ { "name": "image", "type": "text", "value": "" } ] }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Uploads an image for an item in Zoho Inventory. Allowed formats: gif, png, jpeg, jpg, bmp, webp. Maximum size: 7 MB." }, { "info": { "name": "Delete an item image", "type": "http" }, "http": { "method": "DELETE", "url": "https://www.zohoapis.com/inventory/v1/items/:item_id/image", "params": [ { "name": "item_id", "value": "4815000000044208", "type": "path", "description": "Unique identifier of the item." }, { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Deletes the image associated for an item in Zoho Inventory." }, { "info": { "name": "Mark as active", "type": "http" }, "http": { "method": "POST", "url": "https://www.zohoapis.com/inventory/v1/items/:item_id/active", "params": [ { "name": "item_id", "value": "4815000000044208", "type": "path", "description": "Unique identifier of the item." }, { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Changes the status of an item to active." }, { "info": { "name": "Mark as inactive", "type": "http" }, "http": { "method": "POST", "url": "https://www.zohoapis.com/inventory/v1/items/:item_id/inactive", "params": [ { "name": "item_id", "value": "4815000000044208", "type": "path", "description": "Unique identifier of the item." }, { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Mark an item as inactive." }, { "info": { "name": "Retrieve variant opening stock", "type": "http" }, "http": { "method": "GET", "url": "https://www.zohoapis.com/inventory/v1/variants/:variant_id/openingstock", "params": [ { "name": "variant_id", "value": "4815000000044208", "type": "path", "description": "Unique identifier of the variant." }, { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Fetches the opening stock details of a variant, including batches, serial numbers, and warehouse details." }, { "info": { "name": "Update variant opening stock", "type": "http" }, "http": { "method": "PUT", "url": "https://www.zohoapis.com/inventory/v1/variants/:variant_id/openingstock", "params": [ { "name": "variant_id", "value": "4815000000044208", "type": "path", "description": "Unique identifier of the variant." }, { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Updates the opening stock details of a variant." }, { "info": { "name": "Upload multiple item images", "type": "http" }, "http": { "method": "POST", "url": "https://www.zohoapis.com/inventory/v1/items/:item_id/images", "params": [ { "name": "item_id", "value": "4815000000044208", "type": "path", "description": "Unique identifier of the item." }, { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" }, { "name": "document_ids", "value": "", "type": "query", "description": "Comma-separated list of document IDs." }, { "name": "remove_all", "value": "", "type": "query", "description": "Set to true to remove all existing images before uploading." }, { "name": "update_primary_image", "value": "", "type": "query", "description": "Set to true to update the primary image." } ], "body": { "type": "multipart-form", "data": [ { "name": "image", "type": "text", "value": "" } ] }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Uploads multiple images for an item. Allowed formats: gif, png, jpeg, jpg, bmp, webp. Maximum size: 7 MB per image." }, { "info": { "name": "Delete multiple item images", "type": "http" }, "http": { "method": "DELETE", "url": "https://www.zohoapis.com/inventory/v1/items/:item_id/images", "params": [ { "name": "item_id", "value": "4815000000044208", "type": "path", "description": "Unique identifier of the item." }, { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" }, { "name": "document_ids", "value": "", "type": "query", "description": "Comma-separated list of document IDs to delete." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Deletes multiple images associated with an item." }, { "info": { "name": "Reorder item images", "type": "http" }, "http": { "method": "POST", "url": "https://www.zohoapis.com/inventory/v1/items/:item_id/images/reorder", "params": [ { "name": "item_id", "value": "4815000000044208", "type": "path", "description": "Unique identifier of the item." }, { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Reorders the images associated with an item." }, { "info": { "name": "Upload an item back image", "type": "http" }, "http": { "method": "POST", "url": "https://www.zohoapis.com/inventory/v1/items/:item_id/backimage", "params": [ { "name": "item_id", "value": "4815000000044208", "type": "path", "description": "Unique identifier of the item." }, { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" }, { "name": "document_id", "value": "", "type": "query", "description": "Document ID of an existing image to set as back image." } ], "body": { "type": "multipart-form", "data": [ { "name": "back_image", "type": "text", "value": "" } ] }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Uploads a back image for an item. Allowed formats: gif, png, jpeg, jpg, bmp, webp. Maximum size: 7 MB." }, { "info": { "name": "Delete an item back image", "type": "http" }, "http": { "method": "DELETE", "url": "https://www.zohoapis.com/inventory/v1/items/:item_id/backimage", "params": [ { "name": "item_id", "value": "4815000000044208", "type": "path", "description": "Unique identifier of the item." }, { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" }, { "name": "document_id", "value": "", "type": "query", "description": "Document ID of the back image to delete." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Deletes the back image associated with an item." }, { "info": { "name": "Mark an image as back image", "type": "http" }, "http": { "method": "PUT", "url": "https://www.zohoapis.com/inventory/v1/items/:item_id/images/:image_id/backimage", "params": [ { "name": "item_id", "value": "4815000000044208", "type": "path", "description": "Unique identifier of the item." }, { "name": "image_id", "value": "2077500000000002000", "type": "path", "description": "Unique identifier of the image." }, { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Marks an existing item image as the rear/back image." }, { "info": { "name": "Bulk mark items as active", "type": "http" }, "http": { "method": "POST", "url": "https://www.zohoapis.com/inventory/v1/items/active", "params": [ { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" }, { "name": "item_ids", "value": "4815000000044208,4815000000044274", "type": "query", "description": "Comma-separated list of item IDs to mark as active." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Changes the status of multiple items to active." }, { "info": { "name": "Bulk mark items as inactive", "type": "http" }, "http": { "method": "POST", "url": "https://www.zohoapis.com/inventory/v1/items/inactive", "params": [ { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" }, { "name": "item_ids", "value": "4815000000044208,4815000000044274", "type": "query", "description": "Comma-separated list of item IDs to mark as inactive." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Changes the status of multiple items to inactive." }, { "info": { "name": "Ungroup items", "type": "http" }, "http": { "method": "POST", "url": "https://www.zohoapis.com/inventory/v1/items/ungroup", "params": [ { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" }, { "name": "item_ids", "value": "", "type": "query", "description": "Comma-separated list of item IDs to ungroup." }, { "name": "composite_item_ids", "value": "", "type": "query", "description": "Comma-separated list of composite item IDs to ungroup." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Ungroups the specified items from their variant grouping." }, { "info": { "name": "Enable storage location for items", "type": "http" }, "http": { "method": "POST", "url": "https://www.zohoapis.com/inventory/v1/items/enablestoragelocation", "params": [ { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" }, { "name": "item_ids", "value": "4815000000044208,4815000000044274", "type": "query", "description": "Comma-separated list of item IDs." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Enables storage location tracking for the specified items." }, { "info": { "name": "Disable storage location for items", "type": "http" }, "http": { "method": "POST", "url": "https://www.zohoapis.com/inventory/v1/items/disablestoragelocation", "params": [ { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" }, { "name": "item_ids", "value": "4815000000044208,4815000000044274", "type": "query", "description": "Comma-separated list of item IDs." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Disables storage location tracking for the specified items." }, { "info": { "name": "Move an item", "type": "http" }, "http": { "method": "PUT", "url": "https://www.zohoapis.com/inventory/v1/items/move/:item_id", "params": [ { "name": "item_id", "value": "4815000000044208", "type": "path", "description": "Unique identifier of the item." }, { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Moves an item to a different group or location." }, { "info": { "name": "Group items", "type": "http" }, "http": { "method": "PUT", "url": "https://www.zohoapis.com/inventory/v1/items/grouping/:group_id", "params": [ { "name": "group_id", "value": "4815000000044220", "type": "path", "description": "Unique identifier of the item group." }, { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Groups items together as variants under a single item." }, { "info": { "name": "Update item location permissions", "type": "http" }, "http": { "method": "PUT", "url": "https://www.zohoapis.com/inventory/v1/items/:item_id/locations/permissions", "params": [ { "name": "item_id", "value": "4815000000044208", "type": "path", "description": "Unique identifier of the item." }, { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" }, { "name": "associated_with_all_locations", "value": "", "type": "query", "description": "Set to true to associate the item with all locations." }, { "name": "allowed_location_ids", "value": "", "type": "query", "description": "Comma-separated list of allowed location IDs." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Updates the location access permissions for an item." }, { "info": { "name": "Bulk update item location permissions", "type": "http" }, "http": { "method": "PUT", "url": "https://www.zohoapis.com/inventory/v1/items/locations/permissions", "params": [ { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" }, { "name": "item_ids", "value": "", "type": "query", "description": "Comma-separated list of item IDs." }, { "name": "allowed_location_ids", "value": "", "type": "query", "description": "Comma-separated list of allowed location IDs." }, { "name": "overwrite", "value": "", "type": "query", "description": "Set to true to overwrite existing permissions." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Updates location access permissions for multiple items at once." }, { "info": { "name": "Validate serial numbers", "type": "http" }, "http": { "method": "POST", "url": "https://www.zohoapis.com/inventory/v1/items/:item_id/serialnumber/validate", "params": [ { "name": "item_id", "value": "4815000000044208", "type": "path", "description": "Unique identifier of the item." }, { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" }, { "name": "entity_id", "value": "", "type": "query", "description": "Unique identifier of the entity." }, { "name": "warehouse_id", "value": "", "type": "query", "description": "Unique identifier of the warehouse." }, { "name": "entity_type", "value": "", "type": "query", "description": "Type of the entity." }, { "name": "serial_numbers", "value": "", "type": "query", "description": "Comma-separated list of serial numbers to validate." }, { "name": "location_id", "value": "", "type": "query", "description": "Unique identifier of the location." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Checks serial number availability for outgoing transactions." }, { "info": { "name": "Validate and map serial numbers", "type": "http" }, "http": { "method": "POST", "url": "https://www.zohoapis.com/inventory/v1/items/:item_id/serialnumber/validateandmap", "params": [ { "name": "item_id", "value": "4815000000044208", "type": "path", "description": "Unique identifier of the item." }, { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Validates serial number availability and maps them with bin locations for outgoing transactions." }, { "info": { "name": "List sales orders for an item", "type": "http" }, "http": { "method": "GET", "url": "https://www.zohoapis.com/inventory/v1/items/transactions/salesorders", "params": [ { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" }, { "name": "item_id", "value": "4815000000044208", "type": "query", "description": "Unique identifier of the item." }, { "name": "status", "value": "", "type": "query", "description": "Filter by status. Allowed values: draft, pending_approval, approved, confirmed, overdue, shipped, partially_shipped, fulfilled, void, drop_shipped, partially_invoiced, invoiced, onhold, closed, backordered." }, { "name": "customer_id", "value": "", "type": "query", "description": "Filter by customer ID." }, { "name": "sales_channel", "value": "", "type": "query", "description": "Filter by sales channel." }, { "name": "sort_column", "value": "", "type": "query", "description": "Sort by column. Allowed values: date, salesorder_number." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Lists all sales orders associated with a particular item." }, { "info": { "name": "List purchase orders for an item", "type": "http" }, "http": { "method": "GET", "url": "https://www.zohoapis.com/inventory/v1/items/transactions/purchaseorders", "params": [ { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" }, { "name": "item_id", "value": "4815000000044208", "type": "query", "description": "Unique identifier of the item." }, { "name": "status", "value": "", "type": "query", "description": "Filter by status. Allowed values: draft, issued, closed, received, partially_received, billed, partially_billed, cancelled, drop_shipped, pending_approval, approved." }, { "name": "vendor_id", "value": "", "type": "query", "description": "Filter by vendor ID." }, { "name": "sort_column", "value": "", "type": "query", "description": "Sort by column. Allowed values: vendor_name, date, purchaseorder_number." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Lists all purchase orders associated with a particular item." }, { "info": { "name": "List invoices for an item", "type": "http" }, "http": { "method": "GET", "url": "https://www.zohoapis.com/inventory/v1/items/transactions/invoices", "params": [ { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" }, { "name": "item_id", "value": "4815000000044208", "type": "query", "description": "Unique identifier of the item." }, { "name": "status", "value": "", "type": "query", "description": "Filter by status. Allowed values: sent, draft, pending_approval, approved, viewed, overdue, paid, void, unpaid, partially_paid." }, { "name": "customer_id", "value": "", "type": "query", "description": "Filter by customer ID." }, { "name": "sort_column", "value": "", "type": "query", "description": "Sort by column. Allowed values: customer_name, date, invoice_number." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Lists all invoices associated with a particular item." }, { "info": { "name": "List delivery challans for an item", "type": "http" }, "http": { "method": "GET", "url": "https://www.zohoapis.com/inventory/v1/items/transactions/deliverychallans", "params": [ { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" }, { "name": "item_id", "value": "4815000000044208", "type": "query", "description": "Unique identifier of the item." }, { "name": "status", "value": "", "type": "query", "description": "Filter by status. Allowed values: draft, open, void, fulfilled, invoiced, partially_invoiced, elapsed." }, { "name": "customer_id", "value": "", "type": "query", "description": "Filter by customer ID." }, { "name": "sort_column", "value": "", "type": "query", "description": "Sort by column. Allowed values: customer_name, deliverychallan_number, total, date, created_time, last_modified_time." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Lists all delivery challans associated with a particular item." }, { "info": { "name": "List sales receipts for an item", "type": "http" }, "http": { "method": "GET", "url": "https://www.zohoapis.com/inventory/v1/items/transactions/salesreceipts", "params": [ { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" }, { "name": "item_id", "value": "4815000000044208", "type": "query", "description": "Unique identifier of the item." }, { "name": "customer_id", "value": "", "type": "query", "description": "Filter by customer ID." }, { "name": "sort_column", "value": "", "type": "query", "description": "Sort by column. Allowed values: customer_name, date, receipt_number." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Lists all sales receipts associated with a particular item." }, { "info": { "name": "List move orders for an item", "type": "http" }, "http": { "method": "GET", "url": "https://www.zohoapis.com/inventory/v1/items/transactions/moveorders", "params": [ { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" }, { "name": "item_id", "value": "4815000000044208", "type": "query", "description": "Unique identifier of the item." }, { "name": "sort_column", "value": "", "type": "query", "description": "Sort by column. Allowed values: moveorder_number, date." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Lists all move orders associated with a particular item." }, { "info": { "name": "List putaways for an item", "type": "http" }, "http": { "method": "GET", "url": "https://www.zohoapis.com/inventory/v1/items/transactions/putaways", "params": [ { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" }, { "name": "item_id", "value": "4815000000044208", "type": "query", "description": "Unique identifier of the item." }, { "name": "sort_column", "value": "", "type": "query", "description": "Sort by column. Allowed values: putaway_number, date." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Lists all putaways associated with a particular item." } ] } ], "bundled": true }