REST API

orderInformation. lineItems[].taxDetails[].type

Description of the tax applied for the item.
This field is part of an array and can include one or more tax types along with the amounts for each tax. For each tax type, you must also include the
orderInformation.lineItems[].taxDetails[].amount
field. For each tax, the two fields should be added in the following form:
"orderInformation": { "lineItems":[ "taxDetails":[ "type": "city", "amount": "5.14" ] ] }
Possible values include:
  • city
  • county
  • state
  • national
  • special

Specifications

  • Data Type:
    String
  • Data Length:
    15

Mapping Information

  • REST API Field:
    orderInformation.lineItems.taxDetails.type
  • SCMP API Fields:
    • tax_city_tax0...N
    • tax_county_tax0...N
    • tax_district_tax0...N
    • tax_state_tax0...N
    • tax_tax_amount0...N
  • Simple Order API Fields:
    • taxReply_item_#_cityTaxAmount
    • taxReply_item_#_countyTaxAmount
    • taxReply_item_#_districtTaxAmount
    • taxReply_item_#_stateTaxAmount
    • taxReply_item_#_totalTaxAmount