@@ -38,8 +38,7 @@ actually deleted.
3838
3939``` java
4040CompletableFuture<BatchDeleteCatalogObjectsResponse > batchDeleteCatalogObjectsAsync(
41- final BatchDeleteCatalogObjectsRequest body
42- )
41+ final BatchDeleteCatalogObjectsRequest body)
4342```
4443
4544### Parameters
@@ -81,8 +80,7 @@ any [CatalogTax](#type-catalogtax) objects that apply to it.
8180
8281``` java
8382CompletableFuture<BatchRetrieveCatalogObjectsResponse > batchRetrieveCatalogObjectsAsync(
84- final BatchRetrieveCatalogObjectsRequest body
85- )
83+ final BatchRetrieveCatalogObjectsRequest body)
8684```
8785
8886### Parameters
@@ -128,8 +126,7 @@ than 10,000.
128126
129127``` java
130128CompletableFuture<BatchUpsertCatalogObjectsResponse > batchUpsertCatalogObjectsAsync(
131- final BatchUpsertCatalogObjectsRequest body
132- )
129+ final BatchUpsertCatalogObjectsRequest body)
133130```
134131
135132### Parameters
@@ -315,8 +312,7 @@ Additional information and an example cURL request can be found in the [Create a
315312``` java
316313CompletableFuture<CreateCatalogImageResponse > createCatalogImageAsync(
317314 final CreateCatalogImageRequest request,
318- final File imageFile
319- )
315+ final File imageFile)
320316```
321317
322318### Parameters
@@ -394,8 +390,7 @@ to `true`.
394390``` java
395391CompletableFuture<ListCatalogResponse > listCatalogAsync(
396392 final String cursor,
397- final String types
398- )
393+ final String types)
399394```
400395
401396### Parameters
@@ -426,8 +421,7 @@ Creates or updates the target [CatalogObject](#type-catalogobject).
426421
427422``` java
428423CompletableFuture<UpsertCatalogObjectResponse > upsertCatalogObjectAsync(
429- final UpsertCatalogObjectRequest body
430- )
424+ final UpsertCatalogObjectRequest body)
431425```
432426
433427### Parameters
@@ -477,8 +471,7 @@ will also delete all of its
477471
478472``` java
479473CompletableFuture<DeleteCatalogObjectResponse > deleteCatalogObjectAsync(
480- final String objectId
481- )
474+ final String objectId)
482475```
483476
484477### Parameters
@@ -517,8 +510,7 @@ any [CatalogTax](#type-catalogtax) objects that apply to it.
517510``` java
518511CompletableFuture<RetrieveCatalogObjectResponse > retrieveCatalogObjectAsync(
519512 final String objectId,
520- final Boolean includeRelatedObjects
521- )
513+ final Boolean includeRelatedObjects)
522514```
523515
524516### Parameters
@@ -564,8 +556,7 @@ Future end of the above comment:
564556
565557``` java
566558CompletableFuture<SearchCatalogObjectsResponse > searchCatalogObjectsAsync(
567- final SearchCatalogObjectsRequest body
568- )
559+ final SearchCatalogObjectsRequest body)
569560```
570561
571562### Parameters
@@ -612,8 +603,7 @@ to perform an upsert on the entire item.
612603
613604``` java
614605CompletableFuture<UpdateItemModifierListsResponse > updateItemModifierListsAsync(
615- final UpdateItemModifierListsRequest body
616- )
606+ final UpdateItemModifierListsRequest body)
617607```
618608
619609### Parameters
@@ -659,8 +649,7 @@ upsert on the entire item.
659649
660650``` java
661651CompletableFuture<UpdateItemTaxesResponse > updateItemTaxesAsync(
662- final UpdateItemTaxesRequest body
663- )
652+ final UpdateItemTaxesRequest body)
664653```
665654
666655### Parameters
0 commit comments