Logo
⌘K

The Order details Object

Attributes

amountRefunded

number

Refund amount applied in USD.

arteloShipping

number

Shipping charged by Artelo in USD.

branding

number

Branding cost charged by Artelo in USD.

wholesaleDiscount

number

Wholesale discount applied in USD.

gst

number

GST (Goods and Services Tax) in USD. This is only relevant for orders in Canada.

hst

number

HST (Harmonized Sales Tax) in USD. This is only relevant for orders in Canada.

productionCost

number

Production cost charged by Artelo in USD.

pst

number

Combination of PST (Provincial Sales Tax) or QST (Quebec Sales Tax) in USD. This is only relevant for orders in Canada.

usSalesTax

number

Sales tax in USD.
Order details Object
{
  "amountRefunded": 0,
  "arteloShipping": 7,
  "branding": 2,
  "wholesaleDiscount": 0,
  "gst": 1,
  "hst": 1,
  "productionCost": 0,
  "pst": 0,
  "usSalesTax": 0
}