Skip to end of banner
Go to start of banner

Get Tax

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Inbound | GET | /tax/get-tax

Summary

This API is used to fetch already computed tax details.

Description

This API will fetch the already computed tax details against the reference no for which the tax details were calculated. Note that if the tax details can only be fetched for those orders for which the compute tax API call was made with the request param “store” set as true.

Request Params

  • referenceNo

Parameter Name

Data Type

Description

Mandatory

orderCode

String

This is the order code against which the tax details were calculated in the compute tax API call.

yes

shipmentCode

String

This is the shipment code against which the tax details were calculated in the compute tax API call.

yes

Response

Same as the Compute Tax API call.

  • No labels