Skip to content

Commit

Permalink
🤖 Sync Liquid Docs Schema
Browse files Browse the repository at this point in the history
  • Loading branch information
shopify-dev-bot[bot] authored Oct 4, 2024
1 parent c46117d commit 9f0487e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions data/objects.json
Original file line number Diff line number Diff line change
Expand Up @@ -16527,6 +16527,24 @@
"description": "The value is output in the customer's local (presentment) currency.\n\nFor currencies without subunits, such as JPY and KRW, tenths and hundredths of a unit are appended. For example, 1000 Japanese yen is output as 100000.\n\n> Tip:\n> Use [money filters](/docs/api/liquid/filters/money-filters) to output a formatted price.",
"examples": [

],
"return_type": [
{
"type": "number",
"name": "",
"description": "",
"array_value": ""
}
],
"summary": "The price of the shipping method in the currency's subunit, after discounts have been applied, including order level discounts.",
"name": "price_with_discounts"
},
{
"deprecated": true,
"deprecation_reason": "Deprecated because the price did not include order level discounts.\n\nThe `shipping_line.price` property has been replaced by [`shipping_line.price_with_discounts`](/docs/api/liquid/objects/shipping_method#shipping_method-price_with_discounts).",
"description": "The value is output in the customer's local (presentment) currency.\n\nFor currencies without subunits, such as JPY and KRW, tenths and hundredths of a unit are appended. For example, 1000 Japanese yen is output as 100000.\n\n> Tip:\n> Use [money filters](/docs/api/liquid/filters/money-filters) to output a formatted price.",
"examples": [

],
"return_type": [
{
Expand Down

0 comments on commit 9f0487e

Please sign in to comment.