@@ -4220,6 +4220,16 @@ types:
42204220 variations in a specified order.
42214221
42224222 Maximum: 6 item options.
4223+ ecom_uri:
4224+ type: optional<nullable<string>>
4225+ docs: >-
4226+ Deprecated; see go/ecomUriUseCases. A URI pointing to a published
4227+ e-commerce product page for the Item.
4228+ ecom_image_uris:
4229+ type: optional<nullable<list<string>>>
4230+ docs: >-
4231+ Deprecated; see go/ecomUriUseCases. A comma-separated list of encoded
4232+ URIs pointing to a set of published e-commerce images for the Item.
42234233 image_ids:
42244234 type: optional<nullable<list<string>>>
42254235 docs: |-
@@ -4319,6 +4329,9 @@ types:
43194329 reporting_category:
43204330 type: optional<CatalogObjectCategory>
43214331 docs: The item's reporting category.
4332+ is_alcoholic:
4333+ type: optional<nullable<boolean>>
4334+ docs: Indicates whether this item is alcoholic (`true`) or not (`false`).
43224335 source:
43234336 openapi: openapi/openapi.json
43244337 CatalogItemFoodAndBeverageDetails:
@@ -13535,12 +13548,20 @@ types:
1353513548 public_url:
1353613549 type: optional<string>
1353713550 docs: >-
13538- The URL of the Square-hosted invoice page.
13551+ A temporary link to the Square-hosted payment page where the customer
13552+ can pay the
13553+
13554+ invoice. If the link expires, customers can provide the email address
13555+ or phone number
1353913556
13540- After you publish the invoice using the `PublishInvoice` endpoint,
13541- Square hosts the invoice
13557+ associated with the invoice and request a new link directly from the
13558+ expired payment page.
1354213559
13543- page and returns the page URL in the response.
13560+
13561+ This field is added after the invoice is published and reaches the
13562+ scheduled date
13563+
13564+ (if one is defined).
1354413565 access: read-only
1354513566 next_payment_amount_money:
1354613567 type: optional<Money>
@@ -14252,7 +14273,7 @@ types:
1425214273 - CANCELED
1425314274 - FAILED
1425414275 - PAYMENT_PENDING
14255- docs: Indicates the status of an invoice.
14276+ docs: Indicates the status of an [ invoice](entity:Invoice) .
1425614277 source:
1425714278 openapi: openapi/openapi.json
1425814279 ItemVariationLocationOverrides:
@@ -20762,9 +20783,10 @@ types:
2076220783 type: optional<nullable<boolean>>
2076320784 docs: >-
2076420785 Indicates whether the `Payment` objects created from this
20765- `TerminalCheckout` are automatically
20786+ `TerminalCheckout` are
2076620787
20767- `COMPLETED` or left in an `APPROVED` state for later modification.
20788+ automatically `COMPLETED` or left in an `APPROVED` state for later
20789+ modification.
2076820790
2076920791
2077020792 Default: true
@@ -25072,9 +25094,7 @@ types:
2507225094 docs: The reference to the Square order ID for the checkout request.
2507325095 payment_options:
2507425096 type: optional<PaymentOptions>
25075- docs: >-
25076- Payment-specific options for the checkout request. Supported only in
25077- the US.
25097+ docs: Payment-specific options for the checkout request.
2507825098 device_options:
2507925099 type: DeviceCheckoutOptions
2508025100 docs: >-
@@ -25185,9 +25205,6 @@ types:
2518525205 To set this field, PAYMENTS_WRITE_ADDITIONAL_RECIPIENTS OAuth
2518625206 permission is required. For more information, see
2518725207 [Permissions](https://developer.squareup.com/docs/payments-api/take-payments-and-collect-fees#permissions).
25188-
25189-
25190- Supported only in the US.
2519125208 statement_description_identifier:
2519225209 type: optional<nullable<string>>
2519325210 docs: >-
@@ -25197,8 +25214,7 @@ types:
2519725214 part of the statement description. This can be, for example, an
2519825215 invoice number, ticket number,
2519925216
25200- or short description that uniquely identifies the purchase. Supported
25201- only in the US.
25217+ or short description that uniquely identifies the purchase.
2520225218 validation:
2520325219 maxLength: 20
2520425220 tip_money:
@@ -25208,9 +25224,7 @@ types:
2520825224 may only be set for a
2520925225
2521025226 checkout that has tipping disabled (`tip_settings.allow_tipping` is
25211- `false`). Supported only in
25212-
25213- the US.
25227+ `false`).
2521425228 source:
2521525229 openapi: openapi/openapi.json
2521625230 TerminalCheckoutQuery:
0 commit comments