You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/apple-pay.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,11 +29,11 @@ def register_domain(self,
29
29
30
30
| Parameter | Type | Tags | Description |
31
31
| --- | --- | --- | --- |
32
-
|`body`|[`Register Domain Request`](/doc/models/register-domain-request.md)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
32
+
|`body`|[`Register Domain Request`]($m/RegisterDomainRequest)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
Provides the details for all of the cash drawer shifts for a location
20
+
in a date range.
21
+
22
+
```python
23
+
deflist_cash_drawer_shifts(self,
24
+
location_id,
25
+
sort_order=None,
26
+
begin_time=None,
27
+
end_time=None,
28
+
limit=None,
29
+
cursor=None)
30
+
```
31
+
32
+
### Parameters
33
+
34
+
| Parameter | Type | Tags | Description |
35
+
| --- | --- | --- | --- |
36
+
|`location_id`|`string`| Query, Required | The ID of the location to query for a list of cash drawer shifts. |
37
+
|`sort_order`|[`str (Sort Order)`]($m/SortOrder)| Query, Optional | The order in which cash drawer shifts are listed in the response,<br>based on their opened_at field. Default value: ASC |
38
+
|`begin_time`|`string`| Query, Optional | The inclusive start time of the query on opened_at, in ISO 8601 format. |
39
+
|`end_time`|`string`| Query, Optional | The exclusive end date of the query on opened_at, in ISO 8601 format. |
40
+
|`limit`|`int`| Query, Optional | Number of cash drawer shift events in a page of results (200 by<br>default, 1000 max). |
41
+
|`cursor`|`string`| Query, Optional | Opaque cursor for fetching the next page of results. |
|`body`|[`Batch Delete Catalog Objects Request`](/doc/models/batch-delete-catalog-objects-request.md)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
48
+
|`body`|[`Batch Delete Catalog Objects Request`]($m/BatchDeleteCatalogObjectsRequest)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
|`body`|[`Batch Retrieve Catalog Objects Request`](/doc/models/batch-retrieve-catalog-objects-request.md)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
86
+
|`body`|[`Batch Retrieve Catalog Objects Request`]($m/BatchRetrieveCatalogObjectsRequest)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
|`body`|[`Batch Upsert Catalog Objects Request`](/doc/models/batch-upsert-catalog-objects-request.md)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
128
+
|`body`|[`Batch Upsert Catalog Objects Request`]($m/BatchUpsertCatalogObjectsRequest)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
|`body`|[`Upsert Catalog Object Request`](/doc/models/upsert-catalog-object-request.md)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
356
+
|`body`|[`Upsert Catalog Object Request`]($m/UpsertCatalogObjectRequest)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
|`body`|[`Search Catalog Objects Request`](/doc/models/search-catalog-objects-request.md)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
486
+
|`body`|[`Search Catalog Objects Request`]($m/SearchCatalogObjectsRequest)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
|`body`|[`Update Item Modifier Lists Request`](/doc/models/update-item-modifier-lists-request.md)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
526
+
|`body`|[`Update Item Modifier Lists Request`]($m/UpdateItemModifierListsRequest)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
|`body`|[`Update Item Taxes Request`](/doc/models/update-item-taxes-request.md)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
563
+
|`body`|[`Update Item Taxes Request`]($m/UpdateItemTaxesRequest)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
Copy file name to clipboardExpand all lines: doc/checkout.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,11 +25,11 @@ def create_checkout(self,
25
25
| Parameter | Type | Tags | Description |
26
26
| --- | --- | --- | --- |
27
27
|`location_id`|`string`| Template, Required | The ID of the business location to associate the checkout with. |
28
-
|`body`|[`Create Checkout Request`](/doc/models/create-checkout-request.md)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
28
+
|`body`|[`Create Checkout Request`]($m/CreateCheckoutRequest)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
0 commit comments