Shopify API
DtoShippingLine
'An array of objects, each of which details a shipping method used. Each object has the following properties:'
A unique identifier for the shipping line.
A reference to the carrier service that provided the rate. Present when the rate was computed by a third-party carrier service.
A reference to the shipping method.
The general classification of the delivery method.
The price of the shipping method after line-level discounts have been applied. Doesn't reflect cart-level or order-level discounts.
The price of the shipping method in both shop and presentment currencies after line-level discounts have been applied.
Decimal money amount.
Currency of the money.
The phone number at the shipping address.
The price of this shipping method in the shop currency. Can't be negative.
The price of the shipping method in shop and presentment currencies.
Decimal money amount.
Currency of the money.
A reference to the fulfillment service that is being requested for the shipping method. Present if the shipping method requires processing by a third party fulfillment service; null otherwise.
The source of the shipping method.
The title of the shipping method.
A list of tax line objects, each of which details a tax applicable to this shipping line.
The amount of tax to be charged in the shop currency.
The rate of tax to be applied.
The name of the tax.
The current subtotal price of the order in shop and presentment currencies. The amount values associated with this field reflect order edits, returns, and refunds.
Whether the channel that submitted the tax line is liable for remitting. A value of null indicates unknown liability for the tax line.
The discounts that have been allocated to the shipping line.
The discount amount allocated to the line in the shop currency.
The index of the associated discount application in the order's discount_applications list.
The discount amount allocated to the line item in shop and presentment currencies.
1{2"id": 3908143841505,3"carrier_identifier": "2ef11aec7f5303b57bc02decab250d6d",4"code": "NEXT DAY",5"delivery_category": null,6"discounted_price": 614,7"discounted_price_set": {8"amount": "100",9"currency_code": "CLP"10},11"phone": "999777004",12"price": 614,13"price_set": {14"amount": "100",15"currency_code": "CLP"16},17"requested_fulfillment_service_id": "third_party_fulfillment_service_id",18"source": "Chazki",19"title": "CHAZKI - NEXT DAY",20"tax_lines": [21{22"price": 19,23"rate": 0.19,24"title": "VAT",25"price_set": {26"shop_money": {},27"presentment_money": {}28},29"channel_liable": false30}31],32"discount_allocations": [33{34"amount": 5,35"discount_application_index": 2,36"amount_set": {}37}38]39}