Putaways

Putaways AI Tools

Open in ChatGPT

Open in ChatGPT to ask questions about this page

Open in Claude

Open in Claude to ask questions about this page

Copy as Markdown

Copy this page as markdown to use with AI assistants

View as Markdown

Open this page as markdown in a new tab

Putaways let you record stock moved into storage locations after inbound operations. Use these APIs to create, update, list, and delete putaway transactions in Zoho Inventory.

Download Putaways OpenAPI Document
End Points

Attribute

putaway_id
long
putaway_number
string
date
string
notes
string
created_by_id
long
created_by_name
string
warehouse_id
long
warehouse_name
string
location_id
long
location_name
string
html_string
string
comments
array
Show Sub-Attributes arrow
comment_id
long
putaway_id
long
description
string
commented_by_id
long
commented_by
string
comment_type
string
date
string
date_description
string
time
string
operation_type
string
line_items
array
Show Sub-Attributes arrow
line_item_id
long
item_id
long
name
string
sku
string
unit
string
image_document_id
long
description
string
quantity_transferred
double
track_serial_number
boolean
track_batch_number
boolean
serial_numbers
array
Show Sub-Attributes arrow
serialnumber_id
long
Serial number master record ID.
serial_number
string
Serial code.
status
string
Serial status when returned by the service.
batches
array
Show Sub-Attributes arrow
batch_id
long
Existing inventory batch ID when selecting stock from an existing batch.
batch_in_id
long
Batch-in row reference when supplied by the client.
batch_number
string
Batch number for a new batch line when not using an existing batch_id.
manufacturer_batch_number
string
Manufacturer or external batch reference.
manufactured_date
string
Manufacturing date (yyyy-mm-dd).
expiry_date
string
Expiry date (yyyy-mm-dd).
in_quantity
double
Quantity for this batch when the line quantity is split across batches.
sales_rate
double
Selling rate for the batch when batch pricing is enabled.
label_rate
double
Label (MRP) rate for the batch when applicable.
is_combo_product
boolean
storages
array
Show Sub-Attributes arrow
storage_id
long
Storage location ID.
quantity
double
Quantity put away into this storage for the line.
is_storage_location_enabled
boolean
documents
array
Attachments on the putaway when returned by the service.
Show Sub-Attributes arrow
document_id
long
Attachment document ID; use with GET/DELETE `/putaways/{putaway_id}/documents/{document_id}`.
file_name
string
Original file name.
file_type
string
MIME or file type classification.
file_size
long
File size in bytes.
file_size_formatted
string
Human-readable file size.

Example

{ "putaway_id": 0, "putaway_number": "string", "date": "string", "notes": "string", "created_by_id": 0, "created_by_name": "string", "warehouse_id": 0, "warehouse_name": "string", "location_id": 0, "location_name": "string", "html_string": "string", "comments": [ { "comment_id": 0, "putaway_id": 0, "description": "string", "commented_by_id": 0, "commented_by": "string", "comment_type": "string", "date": "string", "date_description": "string", "time": "string", "operation_type": "string" } ], "line_items": [ { "line_item_id": 0, "item_id": 0, "name": "string", "sku": "string", "unit": "string", "image_document_id": 0, "description": "string", "quantity_transferred": 0, "track_serial_number": true, "track_batch_number": true, "serial_numbers": [ { "serialnumber_id": 0, "serial_number": "string", "status": "string" } ], "batches": [ { "batch_id": 0, "batch_in_id": 0, "batch_number": "string", "manufacturer_batch_number": "string", "manufactured_date": "string", "expiry_date": "string", "in_quantity": 0, "sales_rate": 0, "label_rate": 0, "balance_quantity": 0, "status": "string" } ], "is_combo_product": true, "storages": [ { "storage_id": 0, "quantity": 0 } ], "is_storage_location_enabled": true } ], "documents": [ { "document_id": 0, "file_name": "string", "file_type": "string", "file_size": 0, "file_size_formatted": "string" } ] }

Create a putaway AI Tools

Open in ChatGPT

Open in ChatGPT to ask questions about this page

Open in Claude

Open in Claude to ask questions about this page

Copy as Markdown

Copy this page as markdown to use with AI assistants

View as Markdown

Open this page as markdown in a new tab

Creates a new putaway transaction in Zoho Inventory.
OAuth Scope : ZohoInventory.putaway.CREATE

Arguments

putaway_number
string
Putaway number; optional when auto-generation is enabled.
date
string
(Required)
Transaction date (yyyy-mm-dd).
warehouse_id
long
Warehouse ID when warehouses are enabled.
location_id
long
Location (branch) ID when locations are enabled.
notes
string
Internal notes for the putaway.
line_items
array
(Required)
A putaway can contain multiple line items. Each object must include item_id and quantity_transferred. Optional fields: line_item_id (required on update for existing lines), description, serial_numbers, batches, and storages when serial, batch, or bin storage tracking applies in your organization.
Show Sub-Attributes arrow
line_item_id
long
Line item ID returned by the server. Required on update when modifying existing line items.
item_id
long
(Required)
Item (product) ID for the line. Required for every line item (same role as item_id on transfer order line items).
description
string
Line-level description or notes for the item. Optional.
quantity_transferred
double
(Required)
Quantity put away for this line. Required for every line item (same role as quantity_transfer on transfer orders).
serial_numbers
array
Serial number details when serial tracking is enabled.
Show Sub-Attributes arrow
serialnumber_id
long
Serial number master record ID.
serial_number
string
Serial code.
status
string
Serial status when returned by the service.
batches
array
Batch details when batch tracking is enabled.
Show Sub-Attributes arrow
batch_id
long
Existing inventory batch ID when selecting stock from an existing batch.
batch_in_id
long
Batch-in row reference when supplied by the client.
batch_number
string
Batch number for a new batch line when not using an existing batch_id.
manufacturer_batch_number
string
Manufacturer or external batch reference.
manufactured_date
string
Manufacturing date (yyyy-mm-dd).
expiry_date
string
Expiry date (yyyy-mm-dd).
in_quantity
double
Quantity for this batch when the line quantity is split across batches.
sales_rate
double
Selling rate for the batch when batch pricing is enabled.
label_rate
double
Label (MRP) rate for the batch when applicable.
storages
array
Storage bin allocations when storage tracking is enabled.
Show Sub-Attributes arrow
storage_id
long
Storage location ID.
quantity
double
Quantity put away into this storage for the line.

Query Parameters

organization_id
string
(Required)
ID of the organization
ignore_auto_number_generation
boolean
When auto number generation is enabled for putaways, set to true to supply your own putaway number instead of using the auto-generated value. Default is false.

Request Example

Click to copy
parameters_data='{"field1":"value1","field2":"value2"}'; headers_data = Map(); headers_data.put("Authorization", "Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f"); response = invokeUrl [ url: "https://www.zohoapis.com/inventory/v1/putaways?organization_id=10234695" type: POST headers: headers_data content-type: application/json parameters: parameters_data connection: <connection_name> ]; info response;
OkHttpClient client = new OkHttpClient(); MediaType mediaType = MediaType.parse("application/json"); RequestBody body = RequestBody.create(mediaType, "{\"field1\":\"value1\",\"field2\":\"value2\"}"); Request request = new Request.Builder() .url("https://www.zohoapis.com/inventory/v1/putaways?organization_id=10234695") .post(body) .addHeader("Authorization", "Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f") .addHeader("content-type", "application/json") .build(); Response response = client.newCall(request).execute();
const options = { method: 'POST', headers: { Authorization: 'Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f', 'content-type': 'application/json' }, body: '{"field1":"value1","field2":"value2"}' }; fetch('https://www.zohoapis.com/inventory/v1/putaways?organization_id=10234695', options) .then(response => response.json()) .then(response => console.log(response)) .catch(err => console.error(err));
import http.client conn = http.client.HTTPSConnection("www.zohoapis.com") payload = "{\"field1\":\"value1\",\"field2\":\"value2\"}" headers = { 'Authorization': "Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f", 'content-type': "application/json" } conn.request("POST", "/inventory/v1/putaways?organization_id=10234695", payload, headers) res = conn.getresponse() data = res.read() print(data.decode("utf-8"))
const http = require("https"); const options = { "method": "POST", "hostname": "www.zohoapis.com", "port": null, "path": "/inventory/v1/putaways?organization_id=10234695", "headers": { "Authorization": "Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f", "content-type": "application/json" } }; const req = http.request(options, function (res) { const chunks = []; res.on("data", function (chunk) { chunks.push(chunk); }); res.on("end", function () { const body = Buffer.concat(chunks); console.log(body.toString()); }); }); req.write(JSON.stringify({field1: 'value1', field2: 'value2'})); req.end();
curl --request POST \ --url 'https://www.zohoapis.com/inventory/v1/putaways?organization_id=10234695' \ --header 'Authorization: Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f' \ --header 'content-type: application/json' \ --data '{"field1":"value1","field2":"value2"}'

Body Parameters

Click to copy
{ "putaway_number": "string", "date": "string", "warehouse_id": 0, "location_id": 0, "notes": "string", "line_items": [ { "line_item_id": 0, "item_id": 0, "description": "string", "quantity_transferred": 0, "serial_numbers": [ { "serialnumber_id": 0, "serial_number": "string", "status": "string" } ], "batches": [ { "batch_id": 0, "batch_in_id": 0, "batch_number": "string", "manufacturer_batch_number": "string", "manufactured_date": "string", "expiry_date": "string", "in_quantity": 0, "sales_rate": 0, "label_rate": 0, "balance_quantity": 0, "status": "string" } ], "storages": [ { "storage_id": 0, "quantity": 0 } ] } ] }

Response Example

{ "code": 0, "message": "string", "putaway": { "putaway_id": 0, "putaway_number": "string", "date": "string", "notes": "string", "created_by_id": 0, "created_by_name": "string", "warehouse_id": 0, "warehouse_name": "string", "location_id": 0, "location_name": "string", "html_string": "string", "comments": [ { "comment_id": 0, "putaway_id": 0, "description": "string", "commented_by_id": 0, "commented_by": "string", "comment_type": "string", "date": "string", "date_description": "string", "time": "string", "operation_type": "string" } ], "line_items": [ { "line_item_id": 0, "item_id": 0, "name": "string", "sku": "string", "unit": "string", "image_document_id": 0, "description": "string", "quantity_transferred": 0, "track_serial_number": true, "track_batch_number": true, "serial_numbers": [ { "serialnumber_id": 0, "serial_number": "string", "status": "string" } ], "batches": [ { "batch_id": 0, "batch_in_id": 0, "batch_number": "string", "manufacturer_batch_number": "string", "manufactured_date": "string", "expiry_date": "string", "in_quantity": 0, "sales_rate": 0, "label_rate": 0, "balance_quantity": 0, "status": "string" } ], "is_combo_product": true, "storages": [ { "storage_id": 0, "quantity": 0 } ], "is_storage_location_enabled": true } ], "documents": [ { "document_id": 0, "file_name": "string", "file_type": "string", "file_size": 0, "file_size_formatted": "string" } ] } }

List all putaways AI Tools

Open in ChatGPT

Open in ChatGPT to ask questions about this page

Open in Claude

Open in Claude to ask questions about this page

Copy as Markdown

Copy this page as markdown to use with AI assistants

View as Markdown

Open this page as markdown in a new tab

Lists putaway transactions with optional filters and pagination.
OAuth Scope : ZohoInventory.putaway.READ

Query Parameters

organization_id
string
(Required)
ID of the organization
page
integer
Page number to fetch. Default is 1.
per_page
integer
Number of records per page. Default is 200.
sort_column
string
Column used for sorting the list.
sort_order
string
Sort order. A for ascending, D for descending.
filter_by
string
Filter expression supported by the putaway list view.
customview_id
long
Custom view ID to apply.
putaway_number
string
Search by putaway number.
date
string
Filter by putaway date (yyyy-mm-dd).
warehouse_id
long
Filter by warehouse ID.
location_id
long
Filter by location (branch) ID when locations are enabled.

Request Example

Click to copy
headers_data = Map(); headers_data.put("Authorization", "Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f"); response = invokeUrl [ url: "https://www.zohoapis.com/inventory/v1/putaways?organization_id=10234695" type: GET headers: headers_data connection: <connection_name> ]; info response;
OkHttpClient client = new OkHttpClient(); Request request = new Request.Builder() .url("https://www.zohoapis.com/inventory/v1/putaways?organization_id=10234695") .get() .addHeader("Authorization", "Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f") .build(); Response response = client.newCall(request).execute();
const options = { method: 'GET', headers: { Authorization: 'Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f' } }; fetch('https://www.zohoapis.com/inventory/v1/putaways?organization_id=10234695', options) .then(response => response.json()) .then(response => console.log(response)) .catch(err => console.error(err));
import http.client conn = http.client.HTTPSConnection("www.zohoapis.com") headers = { 'Authorization': "Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f" } conn.request("GET", "/inventory/v1/putaways?organization_id=10234695", headers=headers) res = conn.getresponse() data = res.read() print(data.decode("utf-8"))
const http = require("https"); const options = { "method": "GET", "hostname": "www.zohoapis.com", "port": null, "path": "/inventory/v1/putaways?organization_id=10234695", "headers": { "Authorization": "Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f" } }; const req = http.request(options, function (res) { const chunks = []; res.on("data", function (chunk) { chunks.push(chunk); }); res.on("end", function () { const body = Buffer.concat(chunks); console.log(body.toString()); }); }); req.end();
curl --request GET \ --url 'https://www.zohoapis.com/inventory/v1/putaways?organization_id=10234695' \ --header 'Authorization: Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f'

Response Example

{ "code": 0, "message": "success", "putaways": [ { "putaway_id": 0, "putaway_number": "string", "date": "string", "notes": "string", "warehouse_id": 0, "warehouse_name": "string", "location_id": 0, "location_name": "string", "has_attachment": true, "created_time": "string", "last_modified_time": "string" }, {...}, {...} ], "page_context": { "page": 1, "per_page": 200, "has_more_page": true, "report_name": "string", "applied_filter": "string", "sort_column": "string", "sort_order": "string" } }

Update a putaway AI Tools

Open in ChatGPT

Open in ChatGPT to ask questions about this page

Open in Claude

Open in Claude to ask questions about this page

Copy as Markdown

Copy this page as markdown to use with AI assistants

View as Markdown

Open this page as markdown in a new tab

Updates an existing putaway transaction.
OAuth Scope : ZohoInventory.putaway.UPDATE

Arguments

putaway_number
string
Putaway number; optional when auto-generation is enabled.
date
string
(Required)
Transaction date (yyyy-mm-dd).
warehouse_id
long
Warehouse ID when warehouses are enabled.
location_id
long
Location (branch) ID when locations are enabled.
notes
string
Internal notes for the putaway.
line_items
array
(Required)
A putaway can contain multiple line items. Each object must include item_id and quantity_transferred. Optional fields: line_item_id (required on update for existing lines), description, serial_numbers, batches, and storages when serial, batch, or bin storage tracking applies in your organization.
Show Sub-Attributes arrow
line_item_id
long
Line item ID returned by the server. Required on update when modifying existing line items.
item_id
long
(Required)
Item (product) ID for the line. Required for every line item (same role as item_id on transfer order line items).
description
string
Line-level description or notes for the item. Optional.
quantity_transferred
double
(Required)
Quantity put away for this line. Required for every line item (same role as quantity_transfer on transfer orders).
serial_numbers
array
Serial number details when serial tracking is enabled.
Show Sub-Attributes arrow
serialnumber_id
long
Serial number master record ID.
serial_number
string
Serial code.
status
string
Serial status when returned by the service.
batches
array
Batch details when batch tracking is enabled.
Show Sub-Attributes arrow
batch_id
long
Existing inventory batch ID when selecting stock from an existing batch.
batch_in_id
long
Batch-in row reference when supplied by the client.
batch_number
string
Batch number for a new batch line when not using an existing batch_id.
manufacturer_batch_number
string
Manufacturer or external batch reference.
manufactured_date
string
Manufacturing date (yyyy-mm-dd).
expiry_date
string
Expiry date (yyyy-mm-dd).
in_quantity
double
Quantity for this batch when the line quantity is split across batches.
sales_rate
double
Selling rate for the batch when batch pricing is enabled.
label_rate
double
Label (MRP) rate for the batch when applicable.
storages
array
Storage bin allocations when storage tracking is enabled.
Show Sub-Attributes arrow
storage_id
long
Storage location ID.
quantity
double
Quantity put away into this storage for the line.

Path Parameters

putaway_id
string
(Required)
Unique identifier of the putaway.

Query Parameters

organization_id
string
(Required)
ID of the organization
ignore_auto_number_generation
boolean
When auto number generation is enabled for putaways, set to true to keep a manually supplied putaway number. Default is false.

Request Example

Click to copy
parameters_data='{"field1":"value1","field2":"value2"}'; headers_data = Map(); headers_data.put("Authorization", "Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f"); response = invokeUrl [ url: "https://www.zohoapis.com/inventory/v1/putaways/4815000000044895?organization_id=10234695" type: PUT headers: headers_data content-type: application/json parameters: parameters_data connection: <connection_name> ]; info response;
OkHttpClient client = new OkHttpClient(); MediaType mediaType = MediaType.parse("application/json"); RequestBody body = RequestBody.create(mediaType, "{\"field1\":\"value1\",\"field2\":\"value2\"}"); Request request = new Request.Builder() .url("https://www.zohoapis.com/inventory/v1/putaways/4815000000044895?organization_id=10234695") .put(body) .addHeader("Authorization", "Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f") .addHeader("content-type", "application/json") .build(); Response response = client.newCall(request).execute();
const options = { method: 'PUT', headers: { Authorization: 'Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f', 'content-type': 'application/json' }, body: '{"field1":"value1","field2":"value2"}' }; fetch('https://www.zohoapis.com/inventory/v1/putaways/4815000000044895?organization_id=10234695', options) .then(response => response.json()) .then(response => console.log(response)) .catch(err => console.error(err));
import http.client conn = http.client.HTTPSConnection("www.zohoapis.com") payload = "{\"field1\":\"value1\",\"field2\":\"value2\"}" headers = { 'Authorization': "Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f", 'content-type': "application/json" } conn.request("PUT", "/inventory/v1/putaways/4815000000044895?organization_id=10234695", payload, headers) res = conn.getresponse() data = res.read() print(data.decode("utf-8"))
const http = require("https"); const options = { "method": "PUT", "hostname": "www.zohoapis.com", "port": null, "path": "/inventory/v1/putaways/4815000000044895?organization_id=10234695", "headers": { "Authorization": "Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f", "content-type": "application/json" } }; const req = http.request(options, function (res) { const chunks = []; res.on("data", function (chunk) { chunks.push(chunk); }); res.on("end", function () { const body = Buffer.concat(chunks); console.log(body.toString()); }); }); req.write(JSON.stringify({field1: 'value1', field2: 'value2'})); req.end();
curl --request PUT \ --url 'https://www.zohoapis.com/inventory/v1/putaways/4815000000044895?organization_id=10234695' \ --header 'Authorization: Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f' \ --header 'content-type: application/json' \ --data '{"field1":"value1","field2":"value2"}'

Body Parameters

Click to copy
{ "putaway_number": "string", "date": "string", "warehouse_id": 0, "location_id": 0, "notes": "string", "line_items": [ { "line_item_id": 0, "item_id": 0, "description": "string", "quantity_transferred": 0, "serial_numbers": [ { "serialnumber_id": 0, "serial_number": "string", "status": "string" } ], "batches": [ { "batch_id": 0, "batch_in_id": 0, "batch_number": "string", "manufacturer_batch_number": "string", "manufactured_date": "string", "expiry_date": "string", "in_quantity": 0, "sales_rate": 0, "label_rate": 0, "balance_quantity": 0, "status": "string" } ], "storages": [ { "storage_id": 0, "quantity": 0 } ] } ] }

Response Example

{ "code": 0, "message": "success", "putaway": { "putaway_id": 0, "putaway_number": "string", "date": "string", "notes": "string", "created_by_id": 0, "created_by_name": "string", "warehouse_id": 0, "warehouse_name": "string", "location_id": 0, "location_name": "string", "html_string": "string", "comments": [ { "comment_id": 0, "putaway_id": 0, "description": "string", "commented_by_id": 0, "commented_by": "string", "comment_type": "string", "date": "string", "date_description": "string", "time": "string", "operation_type": "string" } ], "line_items": [ { "line_item_id": 0, "item_id": 0, "name": "string", "sku": "string", "unit": "string", "image_document_id": 0, "description": "string", "quantity_transferred": 0, "track_serial_number": true, "track_batch_number": true, "serial_numbers": [ { "serialnumber_id": 0, "serial_number": "string", "status": "string" } ], "batches": [ { "batch_id": 0, "batch_in_id": 0, "batch_number": "string", "manufacturer_batch_number": "string", "manufactured_date": "string", "expiry_date": "string", "in_quantity": 0, "sales_rate": 0, "label_rate": 0, "balance_quantity": 0, "status": "string" } ], "is_combo_product": true, "storages": [ { "storage_id": 0, "quantity": 0 } ], "is_storage_location_enabled": true } ], "documents": [ { "document_id": 0, "file_name": "string", "file_type": "string", "file_size": 0, "file_size_formatted": "string" } ] } }

Retrieve a putaway AI Tools

Open in ChatGPT

Open in ChatGPT to ask questions about this page

Open in Claude

Open in Claude to ask questions about this page

Copy as Markdown

Copy this page as markdown to use with AI assistants

View as Markdown

Open this page as markdown in a new tab

Fetches details of an existing putaway, including line items.
OAuth Scope : ZohoInventory.putaway.READ

Path Parameters

putaway_id
string
(Required)
Unique identifier of the putaway.

Query Parameters

organization_id
string
(Required)
ID of the organization
include
string
When set to HTML, additional HTML content may be included in the response when supported.
print
boolean
Export putaway pdf with default print option. Allowed Values: true, false

Request Example

Click to copy
headers_data = Map(); headers_data.put("Authorization", "Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f"); response = invokeUrl [ url: "https://www.zohoapis.com/inventory/v1/putaways/4815000000044895?organization_id=10234695" type: GET headers: headers_data connection: <connection_name> ]; info response;
OkHttpClient client = new OkHttpClient(); Request request = new Request.Builder() .url("https://www.zohoapis.com/inventory/v1/putaways/4815000000044895?organization_id=10234695") .get() .addHeader("Authorization", "Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f") .build(); Response response = client.newCall(request).execute();
const options = { method: 'GET', headers: { Authorization: 'Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f' } }; fetch('https://www.zohoapis.com/inventory/v1/putaways/4815000000044895?organization_id=10234695', options) .then(response => response.json()) .then(response => console.log(response)) .catch(err => console.error(err));
import http.client conn = http.client.HTTPSConnection("www.zohoapis.com") headers = { 'Authorization': "Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f" } conn.request("GET", "/inventory/v1/putaways/4815000000044895?organization_id=10234695", headers=headers) res = conn.getresponse() data = res.read() print(data.decode("utf-8"))
const http = require("https"); const options = { "method": "GET", "hostname": "www.zohoapis.com", "port": null, "path": "/inventory/v1/putaways/4815000000044895?organization_id=10234695", "headers": { "Authorization": "Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f" } }; const req = http.request(options, function (res) { const chunks = []; res.on("data", function (chunk) { chunks.push(chunk); }); res.on("end", function () { const body = Buffer.concat(chunks); console.log(body.toString()); }); }); req.end();
curl --request GET \ --url 'https://www.zohoapis.com/inventory/v1/putaways/4815000000044895?organization_id=10234695' \ --header 'Authorization: Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f'

Response Example

{ "code": 0, "message": "success", "putaway": { "putaway_id": 0, "putaway_number": "string", "date": "string", "notes": "string", "created_by_id": 0, "created_by_name": "string", "warehouse_id": 0, "warehouse_name": "string", "location_id": 0, "location_name": "string", "html_string": "string", "comments": [ { "comment_id": 0, "putaway_id": 0, "description": "string", "commented_by_id": 0, "commented_by": "string", "comment_type": "string", "date": "string", "date_description": "string", "time": "string", "operation_type": "string" } ], "line_items": [ { "line_item_id": 0, "item_id": 0, "name": "string", "sku": "string", "unit": "string", "image_document_id": 0, "description": "string", "quantity_transferred": 0, "track_serial_number": true, "track_batch_number": true, "serial_numbers": [ { "serialnumber_id": 0, "serial_number": "string", "status": "string" } ], "batches": [ { "batch_id": 0, "batch_in_id": 0, "batch_number": "string", "manufacturer_batch_number": "string", "manufactured_date": "string", "expiry_date": "string", "in_quantity": 0, "sales_rate": 0, "label_rate": 0, "balance_quantity": 0, "status": "string" } ], "is_combo_product": true, "storages": [ { "storage_id": 0, "quantity": 0 } ], "is_storage_location_enabled": true } ], "documents": [ { "document_id": 0, "file_name": "string", "file_type": "string", "file_size": 0, "file_size_formatted": "string" } ] } }

Delete a putaway AI Tools

Open in ChatGPT

Open in ChatGPT to ask questions about this page

Open in Claude

Open in Claude to ask questions about this page

Copy as Markdown

Copy this page as markdown to use with AI assistants

View as Markdown

Open this page as markdown in a new tab

Deletes an existing putaway transaction.
OAuth Scope : ZohoInventory.putaway.DELETE

Path Parameters

putaway_id
string
(Required)
Unique identifier of the putaway.

Query Parameters

organization_id
string
(Required)
ID of the organization

Request Example

Click to copy
headers_data = Map(); headers_data.put("Authorization", "Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f"); response = invokeUrl [ url: "https://www.zohoapis.com/inventory/v1/putaways/4815000000044895?organization_id=10234695" type: DELETE headers: headers_data connection: <connection_name> ]; info response;
OkHttpClient client = new OkHttpClient(); Request request = new Request.Builder() .url("https://www.zohoapis.com/inventory/v1/putaways/4815000000044895?organization_id=10234695") .delete(null) .addHeader("Authorization", "Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f") .build(); Response response = client.newCall(request).execute();
const options = { method: 'DELETE', headers: { Authorization: 'Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f' } }; fetch('https://www.zohoapis.com/inventory/v1/putaways/4815000000044895?organization_id=10234695', options) .then(response => response.json()) .then(response => console.log(response)) .catch(err => console.error(err));
import http.client conn = http.client.HTTPSConnection("www.zohoapis.com") headers = { 'Authorization': "Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f" } conn.request("DELETE", "/inventory/v1/putaways/4815000000044895?organization_id=10234695", headers=headers) res = conn.getresponse() data = res.read() print(data.decode("utf-8"))
const http = require("https"); const options = { "method": "DELETE", "hostname": "www.zohoapis.com", "port": null, "path": "/inventory/v1/putaways/4815000000044895?organization_id=10234695", "headers": { "Authorization": "Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f" } }; const req = http.request(options, function (res) { const chunks = []; res.on("data", function (chunk) { chunks.push(chunk); }); res.on("end", function () { const body = Buffer.concat(chunks); console.log(body.toString()); }); }); req.end();
curl --request DELETE \ --url 'https://www.zohoapis.com/inventory/v1/putaways/4815000000044895?organization_id=10234695' \ --header 'Authorization: Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f'

Response Example

{ "code": 0, "message": "Putaway deleted successfully." }

List comments for a putaway AI Tools

Open in ChatGPT

Open in ChatGPT to ask questions about this page

Open in Claude

Open in Claude to ask questions about this page

Copy as Markdown

Copy this page as markdown to use with AI assistants

View as Markdown

Open this page as markdown in a new tab

Returns all comments recorded on a putaway.
OAuth Scope : ZohoInventory.putaway.READ

Path Parameters

putaway_id
string
(Required)
Unique identifier of the putaway.

Query Parameters

organization_id
string
(Required)
ID of the organization

Request Example

Click to copy
headers_data = Map(); headers_data.put("Authorization", "Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f"); response = invokeUrl [ url: "https://www.zohoapis.com/inventory/v1/putaways/4815000000044895/comments?organization_id=10234695" type: GET headers: headers_data connection: <connection_name> ]; info response;
OkHttpClient client = new OkHttpClient(); Request request = new Request.Builder() .url("https://www.zohoapis.com/inventory/v1/putaways/4815000000044895/comments?organization_id=10234695") .get() .addHeader("Authorization", "Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f") .build(); Response response = client.newCall(request).execute();
const options = { method: 'GET', headers: { Authorization: 'Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f' } }; fetch('https://www.zohoapis.com/inventory/v1/putaways/4815000000044895/comments?organization_id=10234695', options) .then(response => response.json()) .then(response => console.log(response)) .catch(err => console.error(err));
import http.client conn = http.client.HTTPSConnection("www.zohoapis.com") headers = { 'Authorization': "Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f" } conn.request("GET", "/inventory/v1/putaways/4815000000044895/comments?organization_id=10234695", headers=headers) res = conn.getresponse() data = res.read() print(data.decode("utf-8"))
const http = require("https"); const options = { "method": "GET", "hostname": "www.zohoapis.com", "port": null, "path": "/inventory/v1/putaways/4815000000044895/comments?organization_id=10234695", "headers": { "Authorization": "Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f" } }; const req = http.request(options, function (res) { const chunks = []; res.on("data", function (chunk) { chunks.push(chunk); }); res.on("end", function () { const body = Buffer.concat(chunks); console.log(body.toString()); }); }); req.end();
curl --request GET \ --url 'https://www.zohoapis.com/inventory/v1/putaways/4815000000044895/comments?organization_id=10234695' \ --header 'Authorization: Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f'

Response Example

{ "code": 0, "message": "string", "comments": [ { "comment_id": 0, "putaway_id": 0, "description": "string", "commented_by_id": 0, "commented_by": "string", "comment_type": "string", "date": "string", "date_description": "string", "time": "string", "operation_type": "string" }, {...}, {...} ] }

Attach files to a putaway AI Tools

Open in ChatGPT

Open in ChatGPT to ask questions about this page

Open in Claude

Open in Claude to ask questions about this page

Copy as Markdown

Copy this page as markdown to use with AI assistants

View as Markdown

Open this page as markdown in a new tab

Uploads one or more files and associates them with the putaway.
OAuth Scope : ZohoInventory.putaway.CREATE

Arguments

attachment
binary
File to attach.
doc
string
Optional JSON metadata for the document.
totalFiles
integer
Number of file parts included in this multipart request when the client sends multiple attachments.
document_ids
string
Comma-separated existing document IDs when applicable.

Path Parameters

putaway_id
string
(Required)
Unique identifier of the putaway.

Query Parameters

organization_id
string
(Required)
ID of the organization

Request Example

Click to copy
parameters_data = Map(); parameters_data.put("field1", "value1") parameters_data.put("field2", "value2") headers_data = Map(); headers_data.put("Authorization", "Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f"); response = invokeUrl [ url: "https://www.zohoapis.com/inventory/v1/putaways/4815000000044895/attachment?organization_id=10234695" type: POST headers: headers_data parameters: parameters_data connection: <connection_name> ]; info response;
OkHttpClient client = new OkHttpClient(); MediaType mediaType = MediaType.parse("multipart/form-data; boundary=---011000010111000001101001"); RequestBody body = RequestBody.create(mediaType, "-----011000010111000001101001\r\nContent-Disposition: form-data; name=\"field1\"\r\n\r\nvalue1\r\n-----011000010111000001101001\r\nContent-Disposition: form-data; name=\"field2\"\r\n\r\nvalue2\r\n-----011000010111000001101001--\r\n"); Request request = new Request.Builder() .url("https://www.zohoapis.com/inventory/v1/putaways/4815000000044895/attachment?organization_id=10234695") .post(body) .addHeader("Authorization", "Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f") .addHeader("content-type", "multipart/form-data; boundary=---011000010111000001101001") .build(); Response response = client.newCall(request).execute();
const form = new FormData(); form.append("field1", "value1"); form.append("field2", "value2"); const options = { method: 'POST', headers: { Authorization: 'Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f', 'content-type': 'multipart/form-data; boundary=---011000010111000001101001' } }; options.body = form; fetch('https://www.zohoapis.com/inventory/v1/putaways/4815000000044895/attachment?organization_id=10234695', options) .then(response => response.json()) .then(response => console.log(response)) .catch(err => console.error(err));
import http.client conn = http.client.HTTPSConnection("www.zohoapis.com") payload = "-----011000010111000001101001\r\nContent-Disposition: form-data; name=\"field1\"\r\n\r\nvalue1\r\n-----011000010111000001101001\r\nContent-Disposition: form-data; name=\"field2\"\r\n\r\nvalue2\r\n-----011000010111000001101001--\r\n" headers = { 'Authorization': "Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f", 'content-type': "multipart/form-data; boundary=---011000010111000001101001" } conn.request("POST", "/inventory/v1/putaways/4815000000044895/attachment?organization_id=10234695", payload, headers) res = conn.getresponse() data = res.read() print(data.decode("utf-8"))
const http = require("https"); const options = { "method": "POST", "hostname": "www.zohoapis.com", "port": null, "path": "/inventory/v1/putaways/4815000000044895/attachment?organization_id=10234695", "headers": { "Authorization": "Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f", "content-type": "multipart/form-data; boundary=---011000010111000001101001" } }; const req = http.request(options, function (res) { const chunks = []; res.on("data", function (chunk) { chunks.push(chunk); }); res.on("end", function () { const body = Buffer.concat(chunks); console.log(body.toString()); }); }); req.write("-----011000010111000001101001\r\nContent-Disposition: form-data; name=\"field1\"\r\n\r\nvalue1\r\n-----011000010111000001101001\r\nContent-Disposition: form-data; name=\"field2\"\r\n\r\nvalue2\r\n-----011000010111000001101001--\r\n"); req.end();
curl --request POST \ --url 'https://www.zohoapis.com/inventory/v1/putaways/4815000000044895/attachment?organization_id=10234695' \ --header 'Authorization: Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f' \ --header 'content-type: multipart/form-data' \ --form field1=value1 \ --form field2=value2

Body Parameters

Click to copy
{ "attachment": "string", "doc": "string", "totalFiles": 0, "document_ids": "string" }

Response Example

{ "code": 0, "message": "string", "document": { "document_id": 0, "file_name": "string", "file_type": "string", "file_size": 0, "file_size_formatted": "string" } }

Download a putaway document AI Tools

Open in ChatGPT

Open in ChatGPT to ask questions about this page

Open in Claude

Open in Claude to ask questions about this page

Copy as Markdown

Copy this page as markdown to use with AI assistants

View as Markdown

Open this page as markdown in a new tab

Returns the binary content of an attached document (image or PDF).
OAuth Scope : ZohoInventory.putaway.READ

Path Parameters

putaway_id
string
(Required)
Unique identifier of the putaway.
document_id
string
(Required)
Unique identifier of the document.

Query Parameters

organization_id
string
(Required)
ID of the organization
image_size
string
Preferred image size when the service returns a rasterized preview.
print
boolean
Allowed Values: true, false
inline
boolean
When true, the response may be suitable for inline display in a browser when supported.

Request Example

Click to copy
headers_data = Map(); headers_data.put("Authorization", "Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f"); response = invokeUrl [ url: "https://www.zohoapis.com/inventory/v1/putaways/4815000000044895/documents/4815000000044897?organization_id=10234695" type: GET headers: headers_data connection: <connection_name> ]; info response;
OkHttpClient client = new OkHttpClient(); Request request = new Request.Builder() .url("https://www.zohoapis.com/inventory/v1/putaways/4815000000044895/documents/4815000000044897?organization_id=10234695") .get() .addHeader("Authorization", "Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f") .build(); Response response = client.newCall(request).execute();
const options = { method: 'GET', headers: { Authorization: 'Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f' } }; fetch('https://www.zohoapis.com/inventory/v1/putaways/4815000000044895/documents/4815000000044897?organization_id=10234695', options) .then(response => response.json()) .then(response => console.log(response)) .catch(err => console.error(err));
import http.client conn = http.client.HTTPSConnection("www.zohoapis.com") headers = { 'Authorization': "Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f" } conn.request("GET", "/inventory/v1/putaways/4815000000044895/documents/4815000000044897?organization_id=10234695", headers=headers) res = conn.getresponse() data = res.read() print(data.decode("utf-8"))
const http = require("https"); const options = { "method": "GET", "hostname": "www.zohoapis.com", "port": null, "path": "/inventory/v1/putaways/4815000000044895/documents/4815000000044897?organization_id=10234695", "headers": { "Authorization": "Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f" } }; const req = http.request(options, function (res) { const chunks = []; res.on("data", function (chunk) { chunks.push(chunk); }); res.on("end", function () { const body = Buffer.concat(chunks); console.log(body.toString()); }); }); req.end();
curl --request GET \ --url 'https://www.zohoapis.com/inventory/v1/putaways/4815000000044895/documents/4815000000044897?organization_id=10234695' \ --header 'Authorization: Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f'

Response Example

"<< binary body >>"

Remove an attachment from a putaway AI Tools

Open in ChatGPT

Open in ChatGPT to ask questions about this page

Open in Claude

Open in Claude to ask questions about this page

Copy as Markdown

Copy this page as markdown to use with AI assistants

View as Markdown

Open this page as markdown in a new tab

Deletes or unlinks a document from the putaway.
OAuth Scope : ZohoInventory.putaway.DELETE

Path Parameters

putaway_id
string
(Required)
Unique identifier of the putaway.
document_id
string
(Required)
Unique identifier of the document.

Query Parameters

organization_id
string
(Required)
ID of the organization
un_associate
boolean
When true, only dissociates the file without deleting the underlying document when supported.

Request Example

Click to copy
headers_data = Map(); headers_data.put("Authorization", "Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f"); response = invokeUrl [ url: "https://www.zohoapis.com/inventory/v1/putaways/4815000000044895/documents/4815000000044897?organization_id=10234695" type: DELETE headers: headers_data connection: <connection_name> ]; info response;
OkHttpClient client = new OkHttpClient(); Request request = new Request.Builder() .url("https://www.zohoapis.com/inventory/v1/putaways/4815000000044895/documents/4815000000044897?organization_id=10234695") .delete(null) .addHeader("Authorization", "Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f") .build(); Response response = client.newCall(request).execute();
const options = { method: 'DELETE', headers: { Authorization: 'Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f' } }; fetch('https://www.zohoapis.com/inventory/v1/putaways/4815000000044895/documents/4815000000044897?organization_id=10234695', options) .then(response => response.json()) .then(response => console.log(response)) .catch(err => console.error(err));
import http.client conn = http.client.HTTPSConnection("www.zohoapis.com") headers = { 'Authorization': "Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f" } conn.request("DELETE", "/inventory/v1/putaways/4815000000044895/documents/4815000000044897?organization_id=10234695", headers=headers) res = conn.getresponse() data = res.read() print(data.decode("utf-8"))
const http = require("https"); const options = { "method": "DELETE", "hostname": "www.zohoapis.com", "port": null, "path": "/inventory/v1/putaways/4815000000044895/documents/4815000000044897?organization_id=10234695", "headers": { "Authorization": "Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f" } }; const req = http.request(options, function (res) { const chunks = []; res.on("data", function (chunk) { chunks.push(chunk); }); res.on("end", function () { const body = Buffer.concat(chunks); console.log(body.toString()); }); }); req.end();
curl --request DELETE \ --url 'https://www.zohoapis.com/inventory/v1/putaways/4815000000044895/documents/4815000000044897?organization_id=10234695' \ --header 'Authorization: Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f'

Response Example

{ "code": 0, "message": "Your file is no longer attached to the Putaway." }

Get putaway auto number generation settings AI Tools

Open in ChatGPT

Open in ChatGPT to ask questions about this page

Open in Claude

Open in Claude to ask questions about this page

Copy as Markdown

Copy this page as markdown to use with AI assistants

View as Markdown

Open this page as markdown in a new tab

Returns auto number generation preferences for putaways.
OAuth Scope : ZohoInventory.settings.READ

Query Parameters

organization_id
string
(Required)
ID of the organization

Request Example

Click to copy
headers_data = Map(); headers_data.put("Authorization", "Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f"); response = invokeUrl [ url: "https://www.zohoapis.com/inventory/v1/settings/putaways?organization_id=10234695" type: GET headers: headers_data connection: <connection_name> ]; info response;
OkHttpClient client = new OkHttpClient(); Request request = new Request.Builder() .url("https://www.zohoapis.com/inventory/v1/settings/putaways?organization_id=10234695") .get() .addHeader("Authorization", "Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f") .build(); Response response = client.newCall(request).execute();
const options = { method: 'GET', headers: { Authorization: 'Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f' } }; fetch('https://www.zohoapis.com/inventory/v1/settings/putaways?organization_id=10234695', options) .then(response => response.json()) .then(response => console.log(response)) .catch(err => console.error(err));
import http.client conn = http.client.HTTPSConnection("www.zohoapis.com") headers = { 'Authorization': "Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f" } conn.request("GET", "/inventory/v1/settings/putaways?organization_id=10234695", headers=headers) res = conn.getresponse() data = res.read() print(data.decode("utf-8"))
const http = require("https"); const options = { "method": "GET", "hostname": "www.zohoapis.com", "port": null, "path": "/inventory/v1/settings/putaways?organization_id=10234695", "headers": { "Authorization": "Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f" } }; const req = http.request(options, function (res) { const chunks = []; res.on("data", function (chunk) { chunks.push(chunk); }); res.on("end", function () { const body = Buffer.concat(chunks); console.log(body.toString()); }); }); req.end();
curl --request GET \ --url 'https://www.zohoapis.com/inventory/v1/settings/putaways?organization_id=10234695' \ --header 'Authorization: Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f'

Response Example

{ "code": 0, "message": "string", "putaway_settings": { "auto_generate": true, "prefix_string": "string", "next_number": "string" } }