Retrieve the details of a purchase order

This API retrieves the details of the specified purchase order.

You must specify appropriate details for the order_id parameter in the API request.

Response Details

NameTypeDescription
order_idguidUnique 32-character identifier of the purchase order.
order_numberstringNumber of the purchase order.
center_namestringName of the center.
centerobjectDetails of the center.
codestringCode of the center.
addressobjectAddress of the center.
address1stringAddress1 of the center.
address2stringAddress2 of the center.
citystringCity of the center.
statestringState of the center.
countrystringCountry of the center.
zip_codestringZip code of the center.
vendor_namestringName of the vendor.
vendorobjectObject that contains all vendor details-related elements.
codestringCode of the vendor.
addressobjectAddress of the vendor.
address1stringAddress1 of the vendor.
address2stringAddress2 of the vendor.
citystringCity of the vendor.
statestringState of the vendor.
countrystringCountry of the vendor.
cststringCST details of the vendor.
tinstringTIN details of the vendor.
ordered_dateDateTimeOrdered date of the order.
raised_dateDateTimeRaised date of the order.
closed_dateDateTimeclosed date of the order.
partialsobjectTotal quantity of the product.
invoice_nointinvoice details
delivered_dateDateTimeDelivered date of the order.
line_itemsobjectObject that contains items in the order.
product_codestringProduct code.
product_namestringProduct name.
product_barcodeslistProduct barcodes.
ordered_retail_quantityfloatRetail quantity ordered.
ordered_consumable_quantityfloatConsumable quantity ordered.
ordered_unit_pricefloatUnit price ordered.
ordered_tax_group_namestringOrdered tax group name.
ordered_tax_amountfloatOrdered tax amount.
ordered_tax_breakupobjectOrdered tax breakup details.
tax_componentstringOrdered tax component.
tax_amountfloatOrdered tax amount.
delivered_retail_quantityfloatRetail quantity delivered.
delivered_consumable_quantityfloatConsumable quantity delivered.
delivered_unit_pricefloatUnit price delivered.
delivered_discount_typefloatDelivered discount type.
delivered_discount_valuefloatDelivered discount value.
delivered_tax_group_namestringDelivered tax group name.
delivered_tax_amountfloatDelivered tax amount.
tax_componentstringTax component.
delivered_tax_breakupobjectDelivered tax breakup details.
tax_componentstringDelivery tax component.
tax_amountfloatDelivery tax amount.
notesstringInvoice notes.
discount_valuefloatOrder discount value.
shipping_and_handlingfloatShipping and handling charges.
other_chargesfloatOther charges.
notesstringOrder notes.
ErrorobjectObject that contains error message and error code details.
Language
Authorization
Header
Click Try It! to start a request and see the response here!