|
7264 | 7264 | {
|
7265 | 7265 | "deprecated": false,
|
7266 | 7266 | "deprecation_reason": "",
|
7267 |
| - "description": "> Note:\n> Unit prices are available only to stores located in Germany or France.\n\nTo learn about how to display unit prices in your theme, refer to [Unit pricing](/themes/pricing-payments/unit-pricing).", |
| 7267 | + "description": "> Note:\n> Unit prices are available only to stores located in the European Union or Switzerland.\n\nTo learn about how to display unit prices in your theme, refer to [Unit pricing](/themes/pricing-payments/unit-pricing).\n\n> Tip:\n> Use the [`unit_price_with_measurement` filter](/docs/api/liquid/filters/unit_price_with_measurement) with the\n> `line_item.unit_price` property and this property to output a formatted unit price with measurement.", |
7268 | 7268 | "examples": [],
|
7269 | 7269 | "return_type": [
|
7270 | 7270 | {
|
|
7280 | 7280 | {
|
7281 | 7281 | "deprecated": false,
|
7282 | 7282 | "deprecation_reason": "",
|
7283 |
| - "description": "The price reflects any discounts that are applied to the line item. The value is output in the customer's local\n(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> Note:\n> Unit prices are available only to stores located in Germany and France.\n\nTo learn about how to display unit prices in your theme, refer to [Unit pricing](/themes/pricing-payments/unit-pricing).\n\n> Tip:\n> Use [money filters](/docs/api/liquid/filters/money-filters) to output a formatted price.", |
| 7283 | + "description": "The price reflects any discounts that are applied to the line item. The value is output in the customer's local\n(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> Note:\n> Unit prices are available only to stores located in the European Union or Switzerland.\n\n> Tip:\n> Use the [`unit_price_with_measurement` filter](/docs/api/liquid/filters/unit_price_with_measurement) with this\n> property and the `line_item.unit_price_measurement` property to output a formatted unit price with measurement.\n\nTo learn about how to display unit prices in your theme, refer to [Unit pricing](/themes/pricing-payments/unit-pricing).", |
7284 | 7284 | "examples": [],
|
7285 | 7285 | "return_type": [
|
7286 | 7286 | {
|
|
7290 | 7290 | "array_value": ""
|
7291 | 7291 | }
|
7292 | 7292 | ],
|
7293 |
| - "summary": "The [unit price](https://help.shopify.com/manual/intro-to-shopify/initial-setup/sell-in-france/price-per-unit#add-unit-prices-to-your-product)\n of the line item in the currency's subunit.", |
| 7293 | + "summary": "The [unit price](https://help.shopify.com/manual/products/details/product-pricing/unit-pricing#add-unit-prices-to-your-product)\n of the line item in the currency's subunit.", |
7294 | 7294 | "name": "unit_price"
|
7295 | 7295 | },
|
7296 | 7296 | {
|
|
10684 | 10684 | {
|
10685 | 10685 | "deprecated": false,
|
10686 | 10686 | "deprecation_reason": "",
|
10687 |
| - "description": "", |
| 10687 | + "description": "Limited to 250.", |
10688 | 10688 | "examples": [],
|
10689 | 10689 | "return_type": [
|
10690 | 10690 | {
|
|
10700 | 10700 | {
|
10701 | 10701 | "deprecated": false,
|
10702 | 10702 | "deprecation_reason": "",
|
10703 |
| - "description": "For example, if you show 5 items per page and are on page 3, then the value of `paginate.current_offset` is 10.", |
| 10703 | + "description": "For example, if you show 5 items per page and are on page 3, then the value of `paginate.current_offset` is 10.\n\nLimited to 24,999 see [Pagination Limits](/themes/best-practices/performance/platform#pagination-limits) for more information.", |
10704 | 10704 | "examples": [],
|
10705 | 10705 | "return_type": [
|
10706 | 10706 | {
|
|
10716 | 10716 | {
|
10717 | 10717 | "deprecated": false,
|
10718 | 10718 | "deprecation_reason": "",
|
10719 |
| - "description": "", |
| 10719 | + "description": "Limited to 25,000 see [Pagination Limits](/themes/best-practices/performance/platform#pagination-limits) for more information.", |
10720 | 10720 | "examples": [],
|
10721 | 10721 | "return_type": [
|
10722 | 10722 | {
|
|
10732 | 10732 | {
|
10733 | 10733 | "deprecated": false,
|
10734 | 10734 | "deprecation_reason": "",
|
10735 |
| - "description": "For example, if you paginate a collection of 120 products, then the value of `paginate.items` is 120.", |
| 10735 | + "description": "For example, if you paginate a collection of 120 products, then the value of `paginate.items` is 120.\n\nLimited to 25,000 see [Pagination Limits](/themes/best-practices/performance/platform#pagination-limits) for more information.", |
10736 | 10736 | "examples": [],
|
10737 | 10737 | "return_type": [
|
10738 | 10738 | {
|
|
10796 | 10796 | {
|
10797 | 10797 | "deprecated": false,
|
10798 | 10798 | "deprecation_reason": "",
|
10799 |
| - "description": "", |
| 10799 | + "description": "Limited to 25,000 see [Pagination Limits](/themes/best-practices/performance/platform#pagination-limits) for more information.", |
10800 | 10800 | "examples": [],
|
10801 | 10801 | "return_type": [
|
10802 | 10802 | {
|
|
12543 | 12543 | {
|
12544 | 12544 | "deprecated": false,
|
12545 | 12545 | "deprecation_reason": "",
|
12546 |
| - "description": "> Note:\n> Unit prices are available only to stores located in Germany and France.", |
| 12546 | + "description": "> Note:\n> Unit prices are available only to stores located in the European Union or Switzerland.\n\nTo learn about how to display unit prices in your theme, refer to [Unit pricing](/themes/pricing-payments/unit-pricing).\n\n> Tip:\n> Use the [`unit_price_with_measurement` filter](/docs/api/liquid/filters/unit_price_with_measurement) with the\n> `variant.unit_price` property and this property to output a formatted unit price with measurement.", |
12547 | 12547 | "examples": [],
|
12548 | 12548 | "return_type": [
|
12549 | 12549 | {
|
|
12559 | 12559 | {
|
12560 | 12560 | "deprecated": false,
|
12561 | 12561 | "deprecation_reason": "",
|
12562 |
| - "description": "The price reflects any discounts that are applied to the line item. The value is output in the customer's local\n(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> Note:\n> Unit prices are available only to stores located in Germany and France.\n\n> Tip:\n> Use [money filters](/docs/api/liquid/filters/money-filters) to output a formatted price.", |
| 12562 | + "description": "The price reflects any discounts that are applied to the line item. The value is output in the customer's local\n(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> Note:\n> Unit prices are available only to stores located in the European Union or Switzerland.\n\n> Tip:\n> Use the [`unit_price_with_measurement` filter](/docs/api/liquid/filters/unit_price_with_measurement) with this\n> property and the `variant.unit_price_measurement` property to output a formatted unit price with measurement.\n\nTo learn about how to display unit prices in your theme, refer to [Unit pricing](/themes/pricing-payments/unit-pricing).", |
12563 | 12563 | "examples": [],
|
12564 | 12564 | "return_type": [
|
12565 | 12565 | {
|
|
12569 | 12569 | "array_value": ""
|
12570 | 12570 | }
|
12571 | 12571 | ],
|
12572 |
| - "summary": "The [unit price](https://help.shopify.com/manual/intro-to-shopify/initial-setup/sell-in-france/price-per-unit#add-unit-prices-to-your-product)\nof the variant in the currency's subunit.", |
| 12572 | + "summary": "The [unit price](https://help.shopify.com/manual/products/details/product-pricing/unit-pricing#add-unit-prices-to-your-product)\nof the variant in the currency's subunit.", |
12573 | 12573 | "name": "unit_price"
|
12574 | 12574 | },
|
12575 | 12575 | {
|
|
16901 | 16901 | },
|
16902 | 16902 | "deprecated": false,
|
16903 | 16903 | "deprecation_reason": "",
|
16904 |
| - "description": "> Note:\n> Unit prices are available only to stores located in Germany and France.", |
| 16904 | + "description": "> Note:\n> Unit prices are available only to stores located in the European Union or Switzerland.", |
16905 | 16905 | "properties": [
|
16906 | 16906 | {
|
16907 | 16907 | "deprecated": false,
|
|
16923 | 16923 | },
|
16924 | 16924 | {
|
16925 | 16925 | "type": "string",
|
16926 |
| - "name": "dimension", |
| 16926 | + "name": "length", |
| 16927 | + "description": "", |
| 16928 | + "array_value": "" |
| 16929 | + }, |
| 16930 | + { |
| 16931 | + "type": "string", |
| 16932 | + "name": "area", |
| 16933 | + "description": "", |
| 16934 | + "array_value": "" |
| 16935 | + }, |
| 16936 | + { |
| 16937 | + "type": "string", |
| 16938 | + "name": "count", |
16927 | 16939 | "description": "",
|
16928 | 16940 | "array_value": ""
|
16929 | 16941 | }
|
|
16996 | 17008 | "name": "reference_unit"
|
16997 | 17009 | }
|
16998 | 17010 | ],
|
16999 |
| - "summary": "Information about how units of a product variant are measured. It's used to calculate\n[unit prices](https://help.shopify.com/manual/intro-to-shopify/initial-setup/sell-in-france/price-per-unit#add-unit-prices-to-your-product).", |
| 17011 | + "summary": "Information about how units of a product variant are measured. It's used to calculate\n[unit prices](https://help.shopify.com/manual/products/details/product-pricing/unit-pricing#add-unit-prices-to-your-product).", |
17000 | 17012 | "name": "unit_price_measurement",
|
17001 | 17013 | "examples": [],
|
17002 | 17014 | "json_data": {
|
|
0 commit comments