idosell 0.2.2 → 0.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. package/changelog.md +13 -0
  2. package/dist/gates.def.js +232 -133
  3. package/dist/gates.js +22 -0
  4. package/dist/index.js +3 -1
  5. package/dist/methods/getCpa.js +4 -0
  6. package/dist/methods/getCpaCampaign.js +4 -0
  7. package/dist/methods/getPackagesLabels.js +5 -0
  8. package/dist/methods/getResponsibilityEntities.js +4 -0
  9. package/dist/methods/getSnippets.js +4 -0
  10. package/dist/methods/getSnippetsCampaign.js +4 -0
  11. package/dist/methods/getSnippetsCookies.js +4 -0
  12. package/dist/methods/postSubscriptionsAddProduct.js +7 -0
  13. package/dist/methods/postSubscriptionsChangeDeliveryDates.js +7 -0
  14. package/dist/methods/postSubscriptionsChangePriceAutoUpdate.js +7 -0
  15. package/dist/methods/postSubscriptionsChangeStatus.js +7 -0
  16. package/dist/methods/postSubscriptionsDeleteProduct.js +7 -0
  17. package/dist/methods/postSubscriptionsEdit.js +7 -0
  18. package/dist/methods/postSubscriptionsEditProduct.js +7 -0
  19. package/dist/methods/postSubscriptionsItemsList.js +7 -0
  20. package/dist/methods/postSubscriptionsListViewFetchIds.js +7 -0
  21. package/dist/methods/postSubscriptionsListViewList.js +7 -0
  22. package/dist/methods/postSubscriptionsSetRebateCode.js +7 -0
  23. package/dist/methods/postSubscriptionsUnsetRebateCode.js +7 -0
  24. package/dist/methods/putProductsStrikethroughPrices.js +5 -0
  25. package/dist/params.js +7 -10
  26. package/dist/request.js +16 -4
  27. package/package.json +1 -1
  28. package/tests/getCpa.test.js +12 -0
  29. package/tests/getCpaCampaign.test.js +12 -0
  30. package/tests/getPackagesLabels.test.js +7 -0
  31. package/tests/getReturns.test.js +1 -1
  32. package/tests/putReturns.test.js +7 -0
  33. package/tests/searchClientsCrm.test.js +8 -8
  34. package/tests/searchClientsGiftcards.test.js +2 -2
  35. package/tests/searchClientsNewsletterEmail.test.js +4 -4
  36. package/tests/searchClientsNewsletterSms.test.js +6 -6
  37. package/tests/searchOrders.test.js +24 -24
  38. package/tests/searchOrdersUnfinished.test.js +12 -12
  39. package/tests/searchPackages.test.js +6 -6
  40. package/tests/searchProducts.test.js +32 -32
  41. package/tests/searchProductsCategoriesIdosell.test.js +2 -2
  42. package/tests/searchProductsDeliveryTime.test.js +6 -6
  43. package/tests/searchProductsParameters.test.js +6 -6
  44. package/tests/url.test.js +6 -0
  45. package/tests/getClientsCrm.test.js +0 -22
  46. package/tests/getClientsGiftcards.test.js +0 -7
  47. package/tests/getClientsNewsletterEmailSMS.test.js +0 -17
  48. package/tests/getClientsNewsletterEmailShops.test.js +0 -12
  49. package/tests/getOrdersOpinions.test.js +0 -32
  50. package/tests/getPackages.test.js +0 -17
  51. package/tests/getProductsCategoriesIdosell.test.js +0 -7
  52. package/tests/getProductsDeliveryTime.test.js +0 -17
  53. package/tests/getProductsParameters.test.js +0 -17
  54. package/tests/listOrders.test.js +0 -62
  55. package/tests/listOrdersUnfinished.test.js +0 -32
  56. package/tests/listProducts.test.js +0 -82
  57. package/tests/postResponsibilityEntities.test.js +0 -8
  58. package/tests/putResponsibilityEntities.test.js +0 -8
package/dist/gates.def.js CHANGED
@@ -36,9 +36,11 @@
36
36
  * @property {(clientHasTradeCredit: 'nonzero'|'positive'|'negative'|'zero') => GetClientsRequest} clientHasTradeCredit Trade credit: - positive or negative, - only positive, - only negative, - only zero.
37
37
  * @property {(clientLastPurchaseDate: Object) => GetClientsRequest} clientLastPurchaseDate Date of last purchase.
38
38
  * @property {(clientsLastModificationDate: Object) => GetClientsRequest} clientsLastModificationDate Last modification date.
39
- * @property {(returnElements: Array<String>) => GetClientsRequest} returnElements Elements to be returned by the endpoint. By default all elements are returned. Available fields: - clientId - clientsLastModificationDate - clientLogin - clientEmail - clientType - showClientAsPartner - blockAutomaticallyAssigningGroupDiscount - clientFirstName - clientLastName - clientBirthDate - clientFirm - clientNip - clientStreet - clientZipCode - clientCity - clientCountryId - langId - currencyId - clientRegionId - clientIsWholesaler - clientVatPreferences - clientGroupDiscountNumber - clientGroupDiscountName - clientCodeExternal - clientPhone1 - clientPhone2 - clientProvinceId - newsletterEmailApprovalsData - shops - clientBalances - clientTradeCredit - clientLoyaltyPoints - operator - isUnregistered - affiliateLogin - affiliateId
39
+ * @property {(returnElements: Array<String>) => GetClientsRequest} returnElements Elements to be returned by the endpoint. By default all elements are returned. Available fields: - clientId - clientsLastModificationDate - clientLogin - clientEmail - clientType - showClientAsPartner - blockAutomaticallyAssigningGroupDiscount - clientFirstName - clientLastName - clientBirthDate - clientFirm - clientNip - clientStreet - clientZipCode - clientCity - clientCountryId - langId - currencyId - clientRegionId - clientIsWholesaler - clientVatPreferences - clientGroupDiscountNumber - clientGroupDiscountName - clientCodeExternal - clientPhone1 - clientPhone2 - clientProvinceId - newsletterEmailApprovalsData - shops - clientBalances - clientTradeCredit - clientLoyaltyPoints - operator - isUnregistered - affiliateLogin - affiliateId - clientRegistrationDate - clientActiveInShops
40
40
  * @property {(resultsPage: Integer) => GetClientsRequest} resultsPage Page with results number. Numeration starts from 0
41
41
  * @property {(resultsLimit: Integer) => GetClientsRequest} resultsLimit Number of results on page. Value from 1 to 100
42
+ * @property {(clientRegistrationDate: Object) => GetClientsRequest} clientRegistrationDate Client Registration Date
43
+ * @property {(shopId: String) => GetClientsRequest} shopId The ID of the shop, that client is assigned to.
42
44
  * @property {(dateFrom: DateLike, dateTo: DateLike) => GetClientsRequest} lastPurchased Type of date according to the index results
43
45
  * @property {(dateFrom: DateLike, dateTo: DateLike) => GetClientsRequest} lastModified Type of date according to the index results
44
46
  * @property {(page: Integer, limit: Integer) => GetClientsRequest} page Define page number and maximum results per page
@@ -80,7 +82,7 @@
80
82
  * @property {(newsletter_email_approvals: Array<Object>) => PostClientsRequest} newsletter_email_approvals List of shops where a customer agreed or didn't agree to receive email newsletter.
81
83
  * @property {(newsletter_sms_approvals: Array<Object>) => PostClientsRequest} newsletter_sms_approvals List of shops where a customer agreed or didn't agree to receive sms newsletter.
82
84
  * @property {(block_group_auto_assignment: Boolean) => PostClientsRequest} block_group_auto_assignment Block assigning of discount groups automatically based on order history
83
- * @property {function} append Append current data to array and start modifying next row
85
+ * @property {() => PostClientsRequest} append Append current data to array and start modifying next row
84
86
  * @property {function} exec Excecute request
85
87
  */
86
88
 
@@ -122,7 +124,7 @@
122
124
  * @property {(affiliateLogin: String) => PutClientsRequest} affiliateLogin The parameter stores information about who acquired the customer
123
125
  * @property {(affiliateId: Integer) => PutClientsRequest} affiliateId ID of a partner who acquired a given customer.
124
126
  * @property {(clientNote: String) => PutClientsRequest} clientNote Notes from customer.
125
- * @property {function} append Append current data to array and start modifying next row
127
+ * @property {() => PutClientsRequest} append Append current data to array and start modifying next row
126
128
  * @property {function} exec Excecute request
127
129
  */
128
130
 
@@ -171,7 +173,7 @@
171
173
  * @property {(clientLogin: String) => DeleteClientsDeliveryAddressRequest} clientLogin Customer's login.
172
174
  * @property {(clientCodeExternal: String) => DeleteClientsDeliveryAddressRequest} clientCodeExternal External system code.
173
175
  * @property {(clientDeliveryAddressId: Integer) => DeleteClientsDeliveryAddressRequest} clientDeliveryAddressId Delivery address ID.
174
- * @property {function} append Append current data to array and start modifying next row
176
+ * @property {() => DeleteClientsDeliveryAddressRequest} append Append current data to array and start modifying next row
175
177
  * @property {function} exec Excecute request
176
178
  */
177
179
 
@@ -200,7 +202,7 @@
200
202
  * @property {(clientDeliveryAddressProvinceId: String) => PostClientsDeliveryAddressRequest} clientDeliveryAddressProvinceId Administrative region code.
201
203
  * @property {(clientDeliveryAddressZipCode: String) => PostClientsDeliveryAddressRequest} clientDeliveryAddressZipCode Recipient's postal code.
202
204
  * @property {(clientDeliveryAddressCountry: String) => PostClientsDeliveryAddressRequest} clientDeliveryAddressCountry Recipient's country.
203
- * @property {function} append Append current data to array and start modifying next row
205
+ * @property {() => PostClientsDeliveryAddressRequest} append Append current data to array and start modifying next row
204
206
  * @property {function} exec Excecute request
205
207
  */
206
208
 
@@ -222,7 +224,7 @@
222
224
  * @property {(clientDeliveryAddressProvinceId: String) => PutClientsDeliveryAddressRequest} clientDeliveryAddressProvinceId Administrative region code.
223
225
  * @property {(clientDeliveryAddressZipCode: String) => PutClientsDeliveryAddressRequest} clientDeliveryAddressZipCode Recipient's postal code.
224
226
  * @property {(clientDeliveryAddressCountry: String) => PutClientsDeliveryAddressRequest} clientDeliveryAddressCountry Recipient's country.
225
- * @property {function} append Append current data to array and start modifying next row
227
+ * @property {() => PutClientsDeliveryAddressRequest} append Append current data to array and start modifying next row
226
228
  * @property {function} exec Excecute request
227
229
  */
228
230
 
@@ -239,7 +241,7 @@
239
241
  * @property {(giftCards: Array<Object>) => PutClientsGiftcardsBlockRequest} giftCards List of gift cards
240
242
  * @property {(id: Integer) => PutClientsGiftcardsBlockRequest} id Card ID
241
243
  * @property {(number: String) => PutClientsGiftcardsBlockRequest} number Card number
242
- * @property {function} append Append current data to array and start modifying next row
244
+ * @property {() => PutClientsGiftcardsBlockRequest} append Append current data to array and start modifying next row
243
245
  * @property {function} exec Excecute request
244
246
  */
245
247
 
@@ -248,7 +250,7 @@
248
250
  * @property {(giftCards: Array<Object>) => DeleteClientsGiftcardsRequest} giftCards List of gift cards
249
251
  * @property {(id: Integer) => DeleteClientsGiftcardsRequest} id Card ID
250
252
  * @property {(number: String) => DeleteClientsGiftcardsRequest} number Card number
251
- * @property {function} append Append current data to array and start modifying next row
253
+ * @property {() => DeleteClientsGiftcardsRequest} append Append current data to array and start modifying next row
252
254
  * @property {function} exec Excecute request
253
255
  */
254
256
 
@@ -263,7 +265,7 @@
263
265
  * @property {(balance: Object) => PostClientsGiftcardsRequest} balance Card balance
264
266
  * @property {(shops: Array<Integer>) => PostClientsGiftcardsRequest} shops List of shops the card is active in
265
267
  * @property {(note: String) => PostClientsGiftcardsRequest} note
266
- * @property {function} append Append current data to array and start modifying next row
268
+ * @property {() => PostClientsGiftcardsRequest} append Append current data to array and start modifying next row
267
269
  * @property {function} exec Excecute request
268
270
  */
269
271
 
@@ -279,7 +281,7 @@
279
281
  * @property {(balance: Object) => PutClientsGiftcardsRequest} balance Card balance
280
282
  * @property {(shops: Array<Integer>) => PutClientsGiftcardsRequest} shops List of shops the card is active in
281
283
  * @property {(note: String) => PutClientsGiftcardsRequest} note
282
- * @property {function} append Append current data to array and start modifying next row
284
+ * @property {() => PutClientsGiftcardsRequest} append Append current data to array and start modifying next row
283
285
  * @property {(amount: Float, currency: String) => PutClientsGiftcardsRequest} add Adds balance to current gift card
284
286
  * @property {(amount: Float, currency: String) => PutClientsGiftcardsRequest} subtract Subtract from balance to current gift card
285
287
  * @property {(amount: Float, currency: String) => PutClientsGiftcardsRequest} set Set balance to current gift card
@@ -310,7 +312,7 @@
310
312
  * @property {(giftCards: Array<Object>) => PutClientsGiftcardsUnblockRequest} giftCards List of gift cards
311
313
  * @property {(id: Integer) => PutClientsGiftcardsUnblockRequest} id Card ID
312
314
  * @property {(number: String) => PutClientsGiftcardsUnblockRequest} number Card number
313
- * @property {function} append Append current data to array and start modifying next row
315
+ * @property {() => PutClientsGiftcardsUnblockRequest} append Append current data to array and start modifying next row
314
316
  * @property {function} exec Excecute request
315
317
  */
316
318
 
@@ -334,7 +336,7 @@
334
336
  * @property {(deactivate: Boolean) => PutClientsMembershipCardsRequest} deactivate Determines whether a card should be deactivated.
335
337
  * @property {(set_rebate_group: Boolean) => PutClientsMembershipCardsRequest} set_rebate_group Flag that determines whether a discount group should be set.
336
338
  * @property {(errors: Object) => PutClientsMembershipCardsRequest} errors Information on error that occurred during gate call.
337
- * @property {function} append Append current data to array and start modifying next row
339
+ * @property {() => PutClientsMembershipCardsRequest} append Append current data to array and start modifying next row
338
340
  * @property {function} exec Excecute request
339
341
  */
340
342
 
@@ -371,7 +373,7 @@
371
373
  * @property {(payers: Array<Object>) => DeleteClientsPayerAddressRequest} payers
372
374
  * @property {(clientId: Integer) => DeleteClientsPayerAddressRequest} clientId Unique client's number.
373
375
  * @property {(payerAddressId: Integer) => DeleteClientsPayerAddressRequest} payerAddressId Buyer's address id.
374
- * @property {function} append Append current data to array and start modifying next row
376
+ * @property {() => DeleteClientsPayerAddressRequest} append Append current data to array and start modifying next row
375
377
  * @property {function} exec Excecute request
376
378
  */
377
379
 
@@ -398,7 +400,7 @@
398
400
  * @property {(payerAddressCity: String) => PostClientsPayerAddressRequest} payerAddressCity Buyer's city.
399
401
  * @property {(payerAddressCountryId: String) => PostClientsPayerAddressRequest} payerAddressCountryId Country code in the ISO 3166-1 A2 standard.
400
402
  * @property {(payerAddressPhone: String) => PostClientsPayerAddressRequest} payerAddressPhone Buyer's telephone number.
401
- * @property {function} append Append current data to array and start modifying next row
403
+ * @property {() => PostClientsPayerAddressRequest} append Append current data to array and start modifying next row
402
404
  * @property {function} exec Excecute request
403
405
  */
404
406
 
@@ -416,7 +418,7 @@
416
418
  * @property {(payerAddressCity: String) => PutClientsPayerAddressRequest} payerAddressCity Buyer's city.
417
419
  * @property {(payerAddressCountryId: String) => PutClientsPayerAddressRequest} payerAddressCountryId Country code in the ISO 3166-1 A2 standard.
418
420
  * @property {(payerAddressPhone: String) => PutClientsPayerAddressRequest} payerAddressPhone Buyer's telephone number.
419
- * @property {function} append Append current data to array and start modifying next row
421
+ * @property {() => PutClientsPayerAddressRequest} append Append current data to array and start modifying next row
420
422
  * @property {function} exec Excecute request
421
423
  */
422
424
 
@@ -536,7 +538,7 @@
536
538
  * @property {(parameter_type: String) => PutClientsPricesDiscountsRequest} parameter_type Parameter type. - DEPRECATED
537
539
  * @property {(parameter_value: String) => PutClientsPricesDiscountsRequest} parameter_value Parameter text ID. - DEPRECATED
538
540
  * @property {(discount_value: Number) => PutClientsPricesDiscountsRequest} discount_value Size of discount.
539
- * @property {function} append Append current data to array and start modifying next row
541
+ * @property {() => PutClientsPricesDiscountsRequest} append Append current data to array and start modifying next row
540
542
  * @property {function} exec Excecute request
541
543
  */
542
544
 
@@ -547,6 +549,7 @@
547
549
  * @property {(clientIsActive: 'yes'|'no') => GetClientsProfitPointsRequest} clientIsActive Active
548
550
  * @property {(clientHasTradeCredit: 'nonzero'|'positive'|'negative'|'zero') => GetClientsProfitPointsRequest} clientHasTradeCredit Trade credit: - positive or negative, - only positive, - only negative, - only zero.
549
551
  * @property {(clientLastPurchaseDate: Object) => GetClientsProfitPointsRequest} clientLastPurchaseDate Date of last purchase.
552
+ * @property {(pointsModificationDate: Object) => GetClientsProfitPointsRequest} pointsModificationDate Profit points modification date range.
550
553
  * @property {(returnElements: Array<String>) => GetClientsProfitPointsRequest} returnElements Elements to be returned by the endpoint. By default all elements are returned. Available elements: - clientId - clientProfitPoints - clientProfitPointsHistories
551
554
  * @property {(resultsPage: Integer) => GetClientsProfitPointsRequest} resultsPage Page with results number. Numeration starts from 0
552
555
  * @property {(resultsLimit: Integer) => GetClientsProfitPointsRequest} resultsLimit Number of results on page. Value from 1 to 100
@@ -589,7 +592,7 @@
589
592
  * @property {(params: Array<Object>) => DeleteClientsTagsRequest} params Parameters transmitted to method
590
593
  * @property {(clientId: Integer) => DeleteClientsTagsRequest} clientId Unique client's number.
591
594
  * @property {(tagId: Integer) => DeleteClientsTagsRequest} tagId Tag ID.
592
- * @property {function} append Append current data to array and start modifying next row
595
+ * @property {() => DeleteClientsTagsRequest} append Append current data to array and start modifying next row
593
596
  * @property {function} exec Excecute request
594
597
  */
595
598
 
@@ -605,7 +608,7 @@
605
608
  * @property {(clientId: Integer) => PostClientsTagsRequest} clientId Unique client's number.
606
609
  * @property {(tagName: String) => PostClientsTagsRequest} tagName Tag name.
607
610
  * @property {(tagValue: Integer) => PostClientsTagsRequest} tagValue Tag value.
608
- * @property {function} append Append current data to array and start modifying next row
611
+ * @property {() => PostClientsTagsRequest} append Append current data to array and start modifying next row
609
612
  * @property {function} exec Excecute request
610
613
  */
611
614
 
@@ -616,7 +619,7 @@
616
619
  * @property {(tagId: Integer) => PutClientsTagsRequest} tagId Tag ID.
617
620
  * @property {(operation: 'add'|'set'|'subtract') => PutClientsTagsRequest} operation
618
621
  * @property {(tagValue: Integer) => PutClientsTagsRequest} tagValue Tag value.
619
- * @property {function} append Append current data to array and start modifying next row
622
+ * @property {() => PutClientsTagsRequest} append Append current data to array and start modifying next row
620
623
  * @property {function} exec Excecute request
621
624
  */
622
625
 
@@ -665,7 +668,7 @@
665
668
  * @property {(pickupPointId: String) => DeleteCouriersPickupPointsRequest} pickupPointId Collection point ID.
666
669
  * @property {(pickupPointExternalId: String) => DeleteCouriersPickupPointsRequest} pickupPointExternalId external system code.
667
670
  * @property {(courierId: Integer) => DeleteCouriersPickupPointsRequest} courierId Courier ID.
668
- * @property {function} append Append current data to array and start modifying next row
671
+ * @property {() => DeleteCouriersPickupPointsRequest} append Append current data to array and start modifying next row
669
672
  * @property {function} exec Excecute request
670
673
  */
671
674
 
@@ -692,7 +695,7 @@
692
695
  * @property {(address: Object) => PostCouriersPickupPointsRequest} address Pickup point address.
693
696
  * @property {(coordinates: Object) => PostCouriersPickupPointsRequest} coordinates Geographic coordinates.
694
697
  * @property {(operatingDays: Array<Object>) => PostCouriersPickupPointsRequest} operatingDays Personal collection point work hours.
695
- * @property {function} append Append current data to array and start modifying next row
698
+ * @property {() => PostCouriersPickupPointsRequest} append Append current data to array and start modifying next row
696
699
  * @property {function} exec Excecute request
697
700
  */
698
701
 
@@ -708,7 +711,7 @@
708
711
  * @property {(address: Object) => PutCouriersPickupPointsRequest} address Pickup point address.
709
712
  * @property {(coordinates: Object) => PutCouriersPickupPointsRequest} coordinates Geographic coordinates.
710
713
  * @property {(operatingDays: Array<Object>) => PutCouriersPickupPointsRequest} operatingDays Personal collection point work hours.
711
- * @property {function} append Append current data to array and start modifying next row
714
+ * @property {() => PutCouriersPickupPointsRequest} append Append current data to array and start modifying next row
712
715
  * @property {function} exec Excecute request
713
716
  */
714
717
 
@@ -718,6 +721,8 @@
718
721
  * @property {(id: Array<Integer>) => GetCpaCampaignRequest} id List of identifiers
719
722
  * @property {(resultsPage: Integer) => GetCpaCampaignRequest} resultsPage Page with results number. Numeration starts from 0
720
723
  * @property {(resultsLimit: Integer) => GetCpaCampaignRequest} resultsLimit Number of results on page. Value from 1 to 100
724
+ * @property {(page: Integer, limit: Integer) => GetCpaCampaignRequest} page Define page number and maximum results per page
725
+ * @property {() => Integer} count Returns total numer of results
721
726
  * @property {function} exec Excecute request
722
727
  */
723
728
 
@@ -745,6 +750,8 @@
745
750
  * @property {(id: Array<Integer>) => GetCpaRequest} id List of identifiers
746
751
  * @property {(resultsPage: Integer) => GetCpaRequest} resultsPage Page with results number. Numeration starts from 0
747
752
  * @property {(resultsLimit: Integer) => GetCpaRequest} resultsLimit Number of results on page. Value from 1 to 100
753
+ * @property {(page: Integer, limit: Integer) => GetCpaRequest} page Define page number and maximum results per page
754
+ * @property {() => Integer} count Returns total numer of results
748
755
  * @property {function} exec Excecute request
749
756
  */
750
757
 
@@ -926,7 +933,7 @@
926
933
  * @property {(longDescription: String) => PostEntriesRequest} longDescription Long description
927
934
  * @property {(blogUrl: String) => PostEntriesRequest} blogUrl Blog post URL
928
935
  * @property {(newsUrl: String) => PostEntriesRequest} newsUrl News item URL
929
- * @property {function} append Append current data to array and start modifying next row
936
+ * @property {() => PostEntriesRequest} append Append current data to array and start modifying next row
930
937
  * @property {function} exec Excecute request
931
938
  */
932
939
 
@@ -980,7 +987,7 @@
980
987
  * @property {(menuFilterDisplay: 'name'|'gfx'|'namegfx') => PutMenuFilterRequest} menuFilterDisplay Display as: "name" - text, "gfx" - graphics, "namegfx" - text and graphics.
981
988
  * @property {(menuFilterValueSort: 'y'|'n'|'priority') => PutMenuFilterRequest} menuFilterValueSort Sort by: "y" - alfabetically, "n" - by frequency and order of occurrence of indicated parameter value in found products, "priority" - according to value sequence in parameter.
982
989
  * @property {(menuFilterDefaultEnabled: 'y'|'n') => PutMenuFilterRequest} menuFilterDefaultEnabled Enabled by default .
983
- * @property {function} append Append current data to array and start modifying next row
990
+ * @property {() => PutMenuFilterRequest} append Append current data to array and start modifying next row
984
991
  * @property {function} exec Excecute request
985
992
  */
986
993
 
@@ -992,7 +999,7 @@
992
999
  * @property {(menu_id: Integer) => DeleteMenuRequest} menu_id Menu ID.
993
1000
  * @property {(item_id: Integer) => DeleteMenuRequest} item_id Menu element ID.
994
1001
  * @property {(item_textid: String) => DeleteMenuRequest} item_textid Menu element text identifier. Example: "item1\item2\item3".
995
- * @property {function} append Append current data to array and start modifying next row
1002
+ * @property {() => DeleteMenuRequest} append Append current data to array and start modifying next row
996
1003
  * @property {function} exec Excecute request
997
1004
  */
998
1005
 
@@ -1016,7 +1023,7 @@
1016
1023
  * @property {(parent_id: String) => PostMenuRequest} parent_id Parent menu element ID.
1017
1024
  * @property {(parent_textid: String) => PostMenuRequest} parent_textid Menu element text identifier. Example: "item1\item2".
1018
1025
  * @property {(lang_data: Array<Object>) => PostMenuRequest} lang_data
1019
- * @property {function} append Append current data to array and start modifying next row
1026
+ * @property {() => PostMenuRequest} append Append current data to array and start modifying next row
1020
1027
  * @property {function} exec Excecute request
1021
1028
  */
1022
1029
 
@@ -1029,7 +1036,7 @@
1029
1036
  * @property {(item_id: String) => PutMenuRequest} item_id Menu element ID.
1030
1037
  * @property {(item_textid: String) => PutMenuRequest} item_textid Menu element text identifier. Example: "item1\item2\item3".
1031
1038
  * @property {(lang_data: Array<Object>) => PutMenuRequest} lang_data
1032
- * @property {function} append Append current data to array and start modifying next row
1039
+ * @property {() => PutMenuRequest} append Append current data to array and start modifying next row
1033
1040
  * @property {function} exec Excecute request
1034
1041
  */
1035
1042
 
@@ -1043,7 +1050,7 @@
1043
1050
  * @property {(parent_id: Integer) => PutMenuSortRequest} parent_id Menu element text identifier.
1044
1051
  * @property {(parent_textid: String) => PutMenuSortRequest} parent_textid Menu element text identifier. Example: "item1\item2\item3".
1045
1052
  * @property {(recursive: 'y'|'n') => PutMenuSortRequest} recursive Recurring: y/n!
1046
- * @property {function} append Append current data to array and start modifying next row
1053
+ * @property {() => PutMenuSortRequest} append Append current data to array and start modifying next row
1047
1054
  * @property {function} exec Excecute request
1048
1055
  */
1049
1056
 
@@ -1092,7 +1099,7 @@
1092
1099
  * @property {(splitPayments: Boolean) => PutOrdersDevideRequest} splitPayments Whether to split payments
1093
1100
  * @property {(basketPosition: Integer) => PutOrdersDevideRequest} basketPosition Item in basket.
1094
1101
  * @property {(quantity: Number) => PutOrdersDevideRequest} quantity Quantity
1095
- * @property {function} append Append current data to array and start modifying next row
1102
+ * @property {() => PutOrdersDevideRequest} append Append current data to array and start modifying next row
1096
1103
  * @property {function} exec Excecute request
1097
1104
  */
1098
1105
 
@@ -1112,7 +1119,7 @@
1112
1119
  * @property {(documents: Array<Object>) => DeleteOrdersDocumentsRequest} documents List of documents.
1113
1120
  * @property {(orderSerialNumber: Integer) => DeleteOrdersDocumentsRequest} orderSerialNumber Order serial number.
1114
1121
  * @property {(id: Integer) => DeleteOrdersDocumentsRequest} id Document identifier.
1115
- * @property {function} append Append current data to array and start modifying next row
1122
+ * @property {() => DeleteOrdersDocumentsRequest} append Append current data to array and start modifying next row
1116
1123
  * @property {function} exec Excecute request
1117
1124
  */
1118
1125
 
@@ -1120,6 +1127,7 @@
1120
1127
  * @typedef {Object} GetOrdersDocumentsRequest
1121
1128
  * @property {(orderSerialNumber: Array<String>) => GetOrdersDocumentsRequest} orderSerialNumber Order serial number.
1122
1129
  * @property {(documentType: 'sales_confirmation'|'vat_invoice'|'corrective_vat_invoice'|'advance_vat_invoice'|'final_advance_vat_invoice'|'pro_forma_invoice'|'advance_pro_forma_invoice'|'final_advance_pro_forma_invoice'|'delivery_note'|'fiscal_receipt'|'fiscal_invoice'|'other') => GetOrdersDocumentsRequest} documentType Document type
1130
+ * @property {(returnElements: Array<String>) => GetOrdersDocumentsRequest} returnElements Elements returned by api
1123
1131
  * @property {function} exec Excecute request
1124
1132
  */
1125
1133
 
@@ -1132,7 +1140,7 @@
1132
1140
  * @property {(type: 'vat_invoice'|'corrective_vat_invoice'|'other') => PostOrdersDocumentsRequest} type Document type.
1133
1141
  * @property {(returnedInOrderDetails: 'y'|'n') => PostOrdersDocumentsRequest} returnedInOrderDetails Is it to be shown to the customer in the order view.
1134
1142
  * @property {(additionalData: Object) => PostOrdersDocumentsRequest} additionalData Additional information.
1135
- * @property {function} append Append current data to array and start modifying next row
1143
+ * @property {() => PostOrdersDocumentsRequest} append Append current data to array and start modifying next row
1136
1144
  * @property {function} exec Excecute request
1137
1145
  */
1138
1146
 
@@ -1190,7 +1198,7 @@
1190
1198
  * @property {(order: Object) => DeleteOrdersImagesRequest} order
1191
1199
  * @property {(images: Array<Object>) => DeleteOrdersImagesRequest} images List of attachment IDs to be removed from the details of the selected order
1192
1200
  * @property {(id: Integer) => DeleteOrdersImagesRequest} id Attachment ID
1193
- * @property {function} append Append current data to array and start modifying next row
1201
+ * @property {() => DeleteOrdersImagesRequest} append Append current data to array and start modifying next row
1194
1202
  * @property {function} exec Excecute request
1195
1203
  */
1196
1204
 
@@ -1210,7 +1218,7 @@
1210
1218
  * @property {(type: 'product'|'package') => PostOrdersImagesRequest} type Type. Available values: product - Product photo, package - Package photo
1211
1219
  * @property {(source: String) => PostOrdersImagesRequest} source Attachment source data, depending on the source type selected in the settings. BMP, PNG, JPG, JPEG, GIF or PDF files in Base64 encoding algorithm.
1212
1220
  * @property {(name: String) => PostOrdersImagesRequest} name Name
1213
- * @property {function} append Append current data to array and start modifying next row
1221
+ * @property {() => PostOrdersImagesRequest} append Append current data to array and start modifying next row
1214
1222
  * @property {(orderId: String) => PostOrdersImagesRequest} orderId Define orderId value nested inside order
1215
1223
  * @property {(orderSerialNumber: Integer) => PostOrdersImagesRequest} orderSerialNumber Define orderSerialNumber value nested inside order
1216
1224
  * @property {function} exec Excecute request
@@ -1287,7 +1295,7 @@
1287
1295
  * @property {(billingCurrency: String) => PostOrdersRequest} billingCurrency Order settlement currency.
1288
1296
  * @property {(billingCurrencyRate: Number) => PostOrdersRequest} billingCurrencyRate Panel billing currency exchange rate in relation to billing currency in the shop .
1289
1297
  * @property {(purchaseDate: String) => PostOrdersRequest} purchaseDate Sale date. ISO 8602 format.
1290
- * @property {function} append Append current data to array and start modifying next row
1298
+ * @property {() => PostOrdersRequest} append Append current data to array and start modifying next row
1291
1299
  * @property {function} exec Excecute request
1292
1300
  */
1293
1301
 
@@ -1313,7 +1321,7 @@
1313
1321
  * @property {(billingCurrencyRate: Number) => PutOrdersRequest} billingCurrencyRate Panel billing currency exchange rate in relation to billing currency in the shop .
1314
1322
  * @property {(purchaseDate: String) => PutOrdersRequest} purchaseDate Sale date. ISO 8602 format.
1315
1323
  * @property {(estimatedDeliveryDate: String) => PutOrdersRequest} estimatedDeliveryDate Estimated date of shipment of the order in format Y-m-d H:i
1316
- * @property {function} append Append current data to array and start modifying next row
1324
+ * @property {() => PutOrdersRequest} append Append current data to array and start modifying next row
1317
1325
  * @property {function} exec Excecute request
1318
1326
  */
1319
1327
 
@@ -1359,11 +1367,11 @@
1359
1367
  * @property {(stockIds: Array<Integer>) => SearchOrdersRequest} stockIds Define stocks by passing array of values
1360
1368
  * @property {(campaignIds: Array<Integer>) => SearchOrdersRequest} campaignIds Define campaign by passing array of values
1361
1369
  * @property {(discountCodes: Array<String>) => SearchOrdersRequest} discountCodes Define campaign by passing array of values
1362
- * @property {(productId: Integer, sizeId: String|null) => searchProductsRequest} hasProduct Filter by product ID and optionally product size
1363
- * @property {(orderHasPackage: Boolean) => searchProductsRequest} hasPackage Filter by orders that have any package number
1364
- * @property {(accountName: String) => searchProductsRequest} fromAllegro Filter by orders from auction service Allegro
1365
- * @property {(accountName: String) => searchProductsRequest} fromEbay Filter by orders from action service EBay
1366
- * @property {(accountName: String) => searchProductsRequest} fromAmazon Filter by orders from action service Amazon
1370
+ * @property {(productId: Integer, sizeId: String|null) => SearchOrdersRequest} hasProduct Filter by product ID and optionally product size
1371
+ * @property {(orderHasPackage: Boolean) => SearchOrdersRequest} hasPackage Filter by orders that have any package number
1372
+ * @property {(accountName: String) => SearchOrdersRequest} fromAllegro Filter by orders from auction service Allegro
1373
+ * @property {(accountName: String) => SearchOrdersRequest} fromEbay Filter by orders from action service EBay
1374
+ * @property {(accountName: String) => SearchOrdersRequest} fromAmazon Filter by orders from action service Amazon
1367
1375
  * @property {(page: Integer, limit: Integer) => SearchOrdersRequest} page Define page number and maximum results per page
1368
1376
  * @property {() => Integer} count Returns total numer of results
1369
1377
  * @property {function} exec Excecute request
@@ -1385,7 +1393,7 @@
1385
1393
  * @property {(eventId: String) => PostOrdersPackagesRequest} eventId Id.
1386
1394
  * @property {(eventType: 'order'|'rma'|'return') => PostOrdersPackagesRequest} eventType Type.
1387
1395
  * @property {(packages: Array<Object>) => PostOrdersPackagesRequest} packages Information on consignments.
1388
- * @property {function} append Append current data to array and start modifying next row
1396
+ * @property {() => PostOrdersPackagesRequest} append Append current data to array and start modifying next row
1389
1397
  * @property {function} exec Excecute request
1390
1398
  */
1391
1399
 
@@ -1395,7 +1403,7 @@
1395
1403
  * @property {(eventId: String) => PutOrdersPackagesRequest} eventId Id.
1396
1404
  * @property {(eventType: 'order'|'rma'|'return') => PutOrdersPackagesRequest} eventType Type.
1397
1405
  * @property {(packages: Array<Object>) => PutOrdersPackagesRequest} packages Information on consignments.
1398
- * @property {function} append Append current data to array and start modifying next row
1406
+ * @property {() => PutOrdersPackagesRequest} append Append current data to array and start modifying next row
1399
1407
  * @property {function} exec Excecute request
1400
1408
  */
1401
1409
 
@@ -1422,7 +1430,7 @@
1422
1430
  * @property {(orders: Array<Object>) => PutOrdersProductsSerialNumbersRequest} orders Orders.
1423
1431
  * @property {(orderSerialNumber: Integer) => PutOrdersProductsSerialNumbersRequest} orderSerialNumber Order serial number.
1424
1432
  * @property {(orderProducts: Array<Object>) => PutOrdersProductsSerialNumbersRequest} orderProducts Products list.
1425
- * @property {function} append Append current data to array and start modifying next row
1433
+ * @property {() => PutOrdersProductsSerialNumbersRequest} append Append current data to array and start modifying next row
1426
1434
  * @property {function} exec Excecute request
1427
1435
  */
1428
1436
 
@@ -1433,7 +1441,7 @@
1433
1441
  * @property {(products: Array<Object>) => PutOrdersProfitMarginRequest} products Products list.
1434
1442
  * @property {(errors: Object) => PutOrdersProfitMarginRequest} errors Information on error that occurred during gate call.
1435
1443
  * @property {(isProductsErrors: Boolean) => PutOrdersProfitMarginRequest} isProductsErrors Flag marking errors in the result.
1436
- * @property {function} append Append current data to array and start modifying next row
1444
+ * @property {() => PutOrdersProfitMarginRequest} append Append current data to array and start modifying next row
1437
1445
  * @property {function} exec Excecute request
1438
1446
  */
1439
1447
 
@@ -1487,11 +1495,11 @@
1487
1495
  * @property {(stockIds: Array<Integer>) => SearchOrdersUnfinishedRequest} stockIds Define stocks by passing array of values
1488
1496
  * @property {(campaignIds: Array<Integer>) => SearchOrdersUnfinishedRequest} campaignIds Define campaign by passing array of values
1489
1497
  * @property {(discountCodes: Array<String>) => SearchOrdersUnfinishedRequest} discountCodes Define campaign by passing array of values
1490
- * @property {(productId: Integer, sizeId: String|null) => searchProductsRequest} hasProduct Filter by product ID and optionally product size
1491
- * @property {(orderHasPackage: Boolean) => searchProductsRequest} hasPackage Filter by orders that have any package number
1492
- * @property {(accountName: String) => searchProductsRequest} fromAllegro Filter by orders from auction service Allegro
1493
- * @property {(accountName: String) => searchProductsRequest} fromEbay Filter by orders from action service EBay
1494
- * @property {(accountName: String) => searchProductsRequest} fromAmazon Filter by orders from action service Amazon
1498
+ * @property {(productId: Integer, sizeId: String|null) => SearchOrdersUnfinishedRequest} hasProduct Filter by product ID and optionally product size
1499
+ * @property {(orderHasPackage: Boolean) => SearchOrdersUnfinishedRequest} hasPackage Filter by orders that have any package number
1500
+ * @property {(accountName: String) => SearchOrdersUnfinishedRequest} fromAllegro Filter by orders from auction service Allegro
1501
+ * @property {(accountName: String) => SearchOrdersUnfinishedRequest} fromEbay Filter by orders from action service EBay
1502
+ * @property {(accountName: String) => SearchOrdersUnfinishedRequest} fromAmazon Filter by orders from action service Amazon
1495
1503
  * @property {(page: Integer, limit: Integer) => SearchOrdersUnfinishedRequest} page Define page number and maximum results per page
1496
1504
  * @property {() => Integer} count Returns total numer of results
1497
1505
  * @property {function} exec Excecute request
@@ -1516,6 +1524,9 @@
1516
1524
  * @typedef {Object} GetPackagesLabelsRequest
1517
1525
  * @property {(eventId: Integer) => GetPackagesLabelsRequest} eventId Id.
1518
1526
  * @property {(eventType: 'order'|'rma'|'return') => GetPackagesLabelsRequest} eventType Event type
1527
+ * @property {(orderSerialNumber: Integer) => GetPackagesLabelsRequest} order Set type to orders with given order serial numbers
1528
+ * @property {(rmaId: Integer) => GetPackagesLabelsRequest} rma Set type to rma with given rma Ids
1529
+ * @property {(returnId: Integer) => GetPackagesLabelsRequest} return Set type to returns with given return Ids
1519
1530
  * @property {function} exec Excecute request
1520
1531
  */
1521
1532
 
@@ -1527,7 +1538,7 @@
1527
1538
  * @property {(parcelParametersByPackages: Array<Object>) => PostPackagesLabelsRequest} parcelParametersByPackages Shipment configuration options available for Inpost Smile courier
1528
1539
  * @property {(packageId: String) => PostPackagesLabelsRequest} packageId Package ID in system.
1529
1540
  * @property {(parcelParameters: Array<Object>) => PostPackagesLabelsRequest} parcelParameters Shipment configuration options available for a given courier
1530
- * @property {function} append Append current data to array and start modifying next row
1541
+ * @property {() => PostPackagesLabelsRequest} append Append current data to array and start modifying next row
1531
1542
  * @property {function} exec Excecute request
1532
1543
  */
1533
1544
 
@@ -1537,7 +1548,7 @@
1537
1548
  * @property {(orderId: String) => PostPackagesRequest} orderId Order ID.
1538
1549
  * @property {(orderType: 'order'|'rma'|'return') => PostPackagesRequest} orderType Order type. Allowed values. "retail" - retail order, "wholesale" - wholesale order (can be added only by customer with wholesale account registered). Default value:: "retail"
1539
1550
  * @property {(packages: Array<Object>) => PostPackagesRequest} packages Information on consignments.
1540
- * @property {function} append Append current data to array and start modifying next row
1551
+ * @property {() => PostPackagesRequest} append Append current data to array and start modifying next row
1541
1552
  * @property {function} exec Excecute request
1542
1553
  */
1543
1554
 
@@ -1547,7 +1558,7 @@
1547
1558
  * @property {(orderId: String) => PutPackagesRequest} orderId Order ID.
1548
1559
  * @property {(orderType: 'order'|'rma'|'return') => PutPackagesRequest} orderType Order type. Allowed values. "retail" - retail order, "wholesale" - wholesale order (can be added only by customer with wholesale account registered). Default value:: "retail"
1549
1560
  * @property {(packages: Array<Object>) => PutPackagesRequest} packages Information on consignments.
1550
- * @property {function} append Append current data to array and start modifying next row
1561
+ * @property {() => PutPackagesRequest} append Append current data to array and start modifying next row
1551
1562
  * @property {function} exec Excecute request
1552
1563
  */
1553
1564
 
@@ -1558,10 +1569,10 @@
1558
1569
  * @property {(returnLabels: Boolean) => SearchPackagesRequest} returnLabels Return parcel labels.
1559
1570
  * @property {(eventType: 'order'|'rma'|'return') => SearchPackagesRequest} eventType Type.
1560
1571
  * @property {(eventsIds: Array<Integer>) => SearchPackagesRequest} eventsIds IDs.
1561
- * @property {function} append Append current data to array and start modifying next row
1562
- * @property {(orderSerialNumbers: Array<Integer>) => GetPackagesRequest} orders Set type to orders with given order serial numbers
1563
- * @property {(rmaIds: Array<Integer>) => GetPackagesRequest} rma Set type to rma with given rma Ids
1564
- * @property {(returnIds: Array<Integer>) => GetPackagesRequest} returns Set type to returns with given return Ids
1572
+ * @property {() => SearchPackagesRequest} append Append current data to array and start modifying next row
1573
+ * @property {(orderSerialNumbers: Array<Integer>) => SearchPackagesRequest} orders Set type to orders with given order serial numbers
1574
+ * @property {(rmaIds: Array<Integer>) => SearchPackagesRequest} rma Set type to rma with given rma Ids
1575
+ * @property {(returnIds: Array<Integer>) => SearchPackagesRequest} returns Set type to returns with given return Ids
1565
1576
  * @property {function} exec Excecute request
1566
1577
  */
1567
1578
 
@@ -1666,7 +1677,7 @@
1666
1677
  * @property {(errors: Object) => PutProductsAttachmentsRequest} errors Information on error that occurred during gate call.
1667
1678
  * @property {(attachmentsErrorsOccurred: Boolean) => PutProductsAttachmentsRequest} attachmentsErrorsOccurred Flag indicating if there are errors in results of attachments settings.
1668
1679
  * @property {(virtualAttachmentsErrorsOccurred: Boolean) => PutProductsAttachmentsRequest} virtualAttachmentsErrorsOccurred Flag indicating if there are errors in results of virtual attachments settings.
1669
- * @property {function} append Append current data to array and start modifying next row
1680
+ * @property {() => PutProductsAttachmentsRequest} append Append current data to array and start modifying next row
1670
1681
  * @property {function} exec Excecute request
1671
1682
  */
1672
1683
 
@@ -1710,7 +1721,7 @@
1710
1721
  * @property {(filterDisplay: 'name'|'gfx'|'namegfx') => PutProductsBrandsFilterRequest} filterDisplay Display as: "name" - text, "gfx" - graphics, "namegfx" - text and graphics.
1711
1722
  * @property {(filterValueSort: 'y'|'n'|'priority') => PutProductsBrandsFilterRequest} filterValueSort Sort by: "y" - alfabetically, "n" - by frequency and order of occurrence of indicated parameter value in found products, "priority" - according to value sequence in parameter.
1712
1723
  * @property {(filterDefaultEnabled: 'y'|'n') => PutProductsBrandsFilterRequest} filterDefaultEnabled Enabled by default .
1713
- * @property {function} append Append current data to array and start modifying next row
1724
+ * @property {() => PutProductsBrandsFilterRequest} append Append current data to array and start modifying next row
1714
1725
  * @property {function} exec Excecute request
1715
1726
  */
1716
1727
 
@@ -1730,7 +1741,7 @@
1730
1741
  * @property {(nameInPanel: String) => PostProductsBrandsRequest} nameInPanel Name in panel
1731
1742
  * @property {(imagesSettings: Object) => PostProductsBrandsRequest} imagesSettings
1732
1743
  * @property {(languagesConfigurations: Array<Object>) => PostProductsBrandsRequest} languagesConfigurations
1733
- * @property {function} append Append current data to array and start modifying next row
1744
+ * @property {() => PostProductsBrandsRequest} append Append current data to array and start modifying next row
1734
1745
  * @property {function} exec Excecute request
1735
1746
  */
1736
1747
 
@@ -1741,7 +1752,7 @@
1741
1752
  * @property {(nameInPanel: String) => PutProductsBrandsRequest} nameInPanel Name in panel
1742
1753
  * @property {(imagesSettings: Object) => PutProductsBrandsRequest} imagesSettings
1743
1754
  * @property {(languagesConfigurations: Array<Object>) => PutProductsBrandsRequest} languagesConfigurations
1744
- * @property {function} append Append current data to array and start modifying next row
1755
+ * @property {() => PutProductsBrandsRequest} append Append current data to array and start modifying next row
1745
1756
  * @property {function} exec Excecute request
1746
1757
  */
1747
1758
 
@@ -1749,7 +1760,7 @@
1749
1760
  * @typedef {Object} PostProductsBundlesRequest
1750
1761
  * @property {(params: Array<Object>) => PostProductsBundlesRequest} params Parameters transmitted to method
1751
1762
  * @property {(products: Array<Object>) => PostProductsBundlesRequest} products Products list.
1752
- * @property {function} append Append current data to array and start modifying next row
1763
+ * @property {() => PostProductsBundlesRequest} append Append current data to array and start modifying next row
1753
1764
  * @property {function} exec Excecute request
1754
1765
  */
1755
1766
 
@@ -1758,7 +1769,7 @@
1758
1769
  * @property {(params: Array<Object>) => DeleteProductsBundlesProductsRequest} params Parameters transmitted to method
1759
1770
  * @property {(products: Array<Object>) => DeleteProductsBundlesProductsRequest} products Products list.
1760
1771
  * @property {(bundleIdent: Object) => DeleteProductsBundlesProductsRequest} bundleIdent
1761
- * @property {function} append Append current data to array and start modifying next row
1772
+ * @property {() => DeleteProductsBundlesProductsRequest} append Append current data to array and start modifying next row
1762
1773
  * @property {function} exec Excecute request
1763
1774
  */
1764
1775
 
@@ -1767,7 +1778,7 @@
1767
1778
  * @property {(params: Array<Object>) => PostProductsBundlesProductsRequest} params Parameters transmitted to method
1768
1779
  * @property {(products: Array<Object>) => PostProductsBundlesProductsRequest} products Products list.
1769
1780
  * @property {(bundleIdent: Object) => PostProductsBundlesProductsRequest} bundleIdent
1770
- * @property {function} append Append current data to array and start modifying next row
1781
+ * @property {() => PostProductsBundlesProductsRequest} append Append current data to array and start modifying next row
1771
1782
  * @property {function} exec Excecute request
1772
1783
  */
1773
1784
 
@@ -1776,7 +1787,7 @@
1776
1787
  * @property {(params: Array<Object>) => PutProductsBundlesProductsQuantityRequest} params Parameters transmitted to method
1777
1788
  * @property {(products: Array<Object>) => PutProductsBundlesProductsQuantityRequest} products Products list.
1778
1789
  * @property {(bundleIdent: Object) => PutProductsBundlesProductsQuantityRequest} bundleIdent
1779
- * @property {function} append Append current data to array and start modifying next row
1790
+ * @property {() => PutProductsBundlesProductsQuantityRequest} append Append current data to array and start modifying next row
1780
1791
  * @property {function} exec Excecute request
1781
1792
  */
1782
1793
 
@@ -1785,7 +1796,7 @@
1785
1796
  * @property {(params: Array<Object>) => PutProductsBundlesRenewRequest} params Parameters transmitted to method
1786
1797
  * @property {(products: Array<Object>) => PutProductsBundlesRenewRequest} products Products list.
1787
1798
  * @property {(bundleIdent: Object) => PutProductsBundlesRenewRequest} bundleIdent ID of a set being modified.
1788
- * @property {function} append Append current data to array and start modifying next row
1799
+ * @property {() => PutProductsBundlesRenewRequest} append Append current data to array and start modifying next row
1789
1800
  * @property {function} exec Excecute request
1790
1801
  */
1791
1802
 
@@ -1809,7 +1820,7 @@
1809
1820
  * @property {(priority: Integer) => PutProductsCategoriesRequest} priority Category priority. Value from 1 to 19.
1810
1821
  * @property {(operation: String) => PutProductsCategoriesRequest} operation Operation code. Allowed values. "add" - adds new category, "edit" - edits existing category, "del" - deletes existing category.
1811
1822
  * @property {(lang_data: Array<Object>) => PutProductsCategoriesRequest} lang_data
1812
- * @property {function} append Append current data to array and start modifying next row
1823
+ * @property {() => PutProductsCategoriesRequest} append Append current data to array and start modifying next row
1813
1824
  * @property {function} exec Excecute request
1814
1825
  */
1815
1826
 
@@ -1832,7 +1843,7 @@
1832
1843
  * @property {(identType: 'id'|'index'|'codeExtern'|'codeProducer'|'codeDeliverer') => GetProductsCodeExistenceRequest} identType
1833
1844
  * @property {(products: Array<String>) => GetProductsCodeExistenceRequest} products Products list.
1834
1845
  * @property {(delivererId: String) => GetProductsCodeExistenceRequest} delivererId
1835
- * @property {(productId: Integer|Array<Integer> type: 'id'|'index'|'codeExtern'|'codeProducer') => GetProductsStrikethroughPricesRequest} productId Set product identifiers
1846
+ * @property {(productId: Integer|Array<Integer> type: 'id'|'index'|'codeExtern'|'codeProducer') => GetProductsCodeExistenceRequest} productId Set product identifiers
1836
1847
  * @property {function} exec Excecute request
1837
1848
  */
1838
1849
 
@@ -1840,7 +1851,7 @@
1840
1851
  * @typedef {Object} PostProductsCollectionsRequest
1841
1852
  * @property {(params: Array<Object>) => PostProductsCollectionsRequest} params Parameters transmitted to method
1842
1853
  * @property {(products: Array<Object>) => PostProductsCollectionsRequest} products Products list.
1843
- * @property {function} append Append current data to array and start modifying next row
1854
+ * @property {() => PostProductsCollectionsRequest} append Append current data to array and start modifying next row
1844
1855
  * @property {function} exec Excecute request
1845
1856
  */
1846
1857
 
@@ -1849,7 +1860,7 @@
1849
1860
  * @property {(params: Array<Object>) => DeleteProductsCollectionsProductsRequest} params Parameters transmitted to method
1850
1861
  * @property {(products: Array<Object>) => DeleteProductsCollectionsProductsRequest} products Products list.
1851
1862
  * @property {(collectionId: Integer) => DeleteProductsCollectionsProductsRequest} collectionId ID of a collection being modified
1852
- * @property {function} append Append current data to array and start modifying next row
1863
+ * @property {() => DeleteProductsCollectionsProductsRequest} append Append current data to array and start modifying next row
1853
1864
  * @property {function} exec Excecute request
1854
1865
  */
1855
1866
 
@@ -1858,7 +1869,7 @@
1858
1869
  * @property {(params: Array<Object>) => PostProductsCollectionsProductsRequest} params Parameters transmitted to method
1859
1870
  * @property {(products: Array<Object>) => PostProductsCollectionsProductsRequest} products Products list.
1860
1871
  * @property {(collectionId: Integer) => PostProductsCollectionsProductsRequest} collectionId ID of a collection being modified
1861
- * @property {function} append Append current data to array and start modifying next row
1872
+ * @property {() => PostProductsCollectionsProductsRequest} append Append current data to array and start modifying next row
1862
1873
  * @property {function} exec Excecute request
1863
1874
  */
1864
1875
 
@@ -1867,7 +1878,7 @@
1867
1878
  * @property {(params: Array<Object>) => PutProductsCollectionsProductsRequest} params Parameters transmitted to method
1868
1879
  * @property {(products: Array<Object>) => PutProductsCollectionsProductsRequest} products Products list.
1869
1880
  * @property {(collectionId: Integer) => PutProductsCollectionsProductsRequest} collectionId ID of a collection being modified.
1870
- * @property {function} append Append current data to array and start modifying next row
1881
+ * @property {() => PutProductsCollectionsProductsRequest} append Append current data to array and start modifying next row
1871
1882
  * @property {function} exec Excecute request
1872
1883
  */
1873
1884
 
@@ -1876,7 +1887,7 @@
1876
1887
  * @property {(params: Array<Object>) => PutProductsCollectionsRenewRequest} params Parameters transmitted to method
1877
1888
  * @property {(products: Array<Object>) => PutProductsCollectionsRenewRequest} products Products list.
1878
1889
  * @property {(collectionIdent: Object) => PutProductsCollectionsRenewRequest} collectionIdent ID of a collection being modified.
1879
- * @property {function} append Append current data to array and start modifying next row
1890
+ * @property {() => PutProductsCollectionsRenewRequest} append Append current data to array and start modifying next row
1880
1891
  * @property {function} exec Excecute request
1881
1892
  */
1882
1893
 
@@ -1890,12 +1901,7 @@
1890
1901
  * @property {(sizePanelName: String) => SearchProductsDeliveryTimeRequest} sizePanelName Size name
1891
1902
  * @property {(productIndex: String) => SearchProductsDeliveryTimeRequest} productIndex Product IAI code
1892
1903
  * @property {(productSizeQuantity: Number) => SearchProductsDeliveryTimeRequest} productSizeQuantity Product quantity.
1893
- * @property {function} append Append current data to array and start modifying next row
1894
- * @property {(productId: Integer) => GetProductsDeliveryTimeRequest} productId Product Id
1895
- * @property {(sizeId: Integer) => GetProductsDeliveryTimeRequest} sizeId Size identifier
1896
- * @property {(sizePanelName: String) => GetProductsDeliveryTimeRequest} sizePanelName Size name
1897
- * @property {(productIndex: String) => GetProductsDeliveryTimeRequest} productIndex Product IAI code
1898
- * @property {(productSizeQuantity: Integer) => GetProductsDeliveryTimeRequest} productSizeQuantity Product quantity.
1904
+ * @property {() => SearchProductsDeliveryTimeRequest} append Append current data to array and start modifying next row
1899
1905
  * @property {function} exec Excecute request
1900
1906
  */
1901
1907
 
@@ -1913,7 +1919,7 @@
1913
1919
  * @property {(productIdent: Object) => PutProductsDescriptionsRequest} productIdent
1914
1920
  * @property {(productDescriptionsLangData: Array<Object>) => PutProductsDescriptionsRequest} productDescriptionsLangData Array of language-dependent elements.
1915
1921
  * @property {(productAuctionDescriptionsData: Array<Object>) => PutProductsDescriptionsRequest} productAuctionDescriptionsData Product data for auction services
1916
- * @property {function} append Append current data to array and start modifying next row
1922
+ * @property {() => PutProductsDescriptionsRequest} append Append current data to array and start modifying next row
1917
1923
  * @property {(productId: Integer) => PutProductsDescriptionsRequest} productId Define identValue value nested inside productIdent
1918
1924
  * @property {function} exec Excecute request
1919
1925
  */
@@ -1922,7 +1928,7 @@
1922
1928
  * @typedef {Object} PutProductsGroupsMainProductRequest
1923
1929
  * @property {(groups: Array<Object>) => PutProductsGroupsMainProductRequest} groups
1924
1930
  * @property {(productIdent: Object) => PutProductsGroupsMainProductRequest} productIdent
1925
- * @property {function} append Append current data to array and start modifying next row
1931
+ * @property {() => PutProductsGroupsMainProductRequest} append Append current data to array and start modifying next row
1926
1932
  * @property {function} exec Excecute request
1927
1933
  */
1928
1934
 
@@ -1930,7 +1936,7 @@
1930
1936
  * @typedef {Object} PutProductsGroupsOrderRequest
1931
1937
  * @property {(groups: Array<Object>) => PutProductsGroupsOrderRequest} groups
1932
1938
  * @property {(productsInOrder: Array<Object>) => PutProductsGroupsOrderRequest} productsInOrder
1933
- * @property {function} append Append current data to array and start modifying next row
1939
+ * @property {() => PutProductsGroupsOrderRequest} append Append current data to array and start modifying next row
1934
1940
  * @property {(Array<Integer>) => PutProductsGroupsOrderRequest} productIdsInOrder Defines order of products within group by automatically setting proprities in order of appearance
1935
1941
  * @property {function} exec Excecute request
1936
1942
  */
@@ -1942,7 +1948,7 @@
1942
1948
  * @property {(displayInPanel: 'firstAvailable'|'all') => PutProductsGroupsSettingsRequest} displayInPanel Display on the product list in the panel.
1943
1949
  * @property {(displayOnPage: 'firstAvailable'|'all'|'specified') => PutProductsGroupsSettingsRequest} displayOnPage Display on a product list on the page.
1944
1950
  * @property {(specifiedProductIdent: Object) => PutProductsGroupsSettingsRequest} specifiedProductIdent Selected product in the group.
1945
- * @property {function} append Append current data to array and start modifying next row
1951
+ * @property {() => PutProductsGroupsSettingsRequest} append Append current data to array and start modifying next row
1946
1952
  * @property {function} exec Excecute request
1947
1953
  */
1948
1954
 
@@ -1960,7 +1966,7 @@
1960
1966
  * @property {(productId: Integer) => DeleteProductsImagesRequest} productId Product IAI code
1961
1967
  * @property {(shopId: Integer) => DeleteProductsImagesRequest} shopId Shop Id
1962
1968
  * @property {(productImagesId: Array<String>) => DeleteProductsImagesRequest} productImagesId
1963
- * @property {function} append Append current data to array and start modifying next row
1969
+ * @property {() => DeleteProductsImagesRequest} append Append current data to array and start modifying next row
1964
1970
  * @property {function} exec Excecute request
1965
1971
  */
1966
1972
 
@@ -1974,7 +1980,7 @@
1974
1980
  * @property {(productImages: Array<Object>) => PutProductsImagesRequest} productImages Product photos details.
1975
1981
  * @property {(productIcons: Array<Object>) => PutProductsImagesRequest} productIcons Product icons list.
1976
1982
  * @property {(productImagesSettings: Object) => PutProductsImagesRequest} productImagesSettings Product settings.
1977
- * @property {function} append Append current data to array and start modifying next row
1983
+ * @property {() => PutProductsImagesRequest} append Append current data to array and start modifying next row
1978
1984
  * @property {(productId: Integer) => PutProductsImagesRequest} productId Define identValue value nested inside productIdent
1979
1985
  * @property {(shopIcon: String) => PutProductsImagesRequest} shopIcon Append productIconSource value into nested array inside productIcons
1980
1986
  * @property {(auctionIcon: String) => PutProductsImagesRequest} auctionIcon Append productIconSource value into nested array inside productIcons
@@ -2013,7 +2019,7 @@
2013
2019
  * @property {(promotionElements: Array<Object>) => PostProductsMarketingPromotionRequest} promotionElements Elements to be affected by the promotion
2014
2020
  * @property {(elementType: 'product'|'series'|'producer'|'category'|'menu') => PostProductsMarketingPromotionRequest} elementType
2015
2021
  * @property {(elementId: String) => PostProductsMarketingPromotionRequest} elementId Identifier of the element affected by the promotion (in the case of a menu in the format: storeId-menuId-itemId)
2016
- * @property {function} append Append current data to array and start modifying next row
2022
+ * @property {() => PostProductsMarketingPromotionRequest} append Append current data to array and start modifying next row
2017
2023
  * @property {function} exec Excecute request
2018
2024
  */
2019
2025
 
@@ -2035,7 +2041,7 @@
2035
2041
  * @property {(promotionElements: Array<Object>) => PutProductsMarketingPromotionRequest} promotionElements Elements to be affected by the promotion
2036
2042
  * @property {(elementType: 'product'|'series'|'producer'|'category'|'menu') => PutProductsMarketingPromotionRequest} elementType
2037
2043
  * @property {(elementId: String) => PutProductsMarketingPromotionRequest} elementId Identifier of the element affected by the promotion (in the case of a menu in the format: storeId-menuId-itemId)
2038
- * @property {function} append Append current data to array and start modifying next row
2044
+ * @property {() => PutProductsMarketingPromotionRequest} append Append current data to array and start modifying next row
2039
2045
  * @property {function} exec Excecute request
2040
2046
  */
2041
2047
 
@@ -2043,7 +2049,7 @@
2043
2049
  * @typedef {Object} GetProductsMarketingZonesRequest
2044
2050
  * @property {(identType: 'id'|'index'|'codeExtern'|'codeProducer') => GetProductsMarketingZonesRequest} identType
2045
2051
  * @property {(products: Array<String>) => GetProductsMarketingZonesRequest} products Products list.
2046
- * @property {(productId: Integer|Array<Integer> type: 'id'|'index'|'codeExtern'|'codeProducer') => GetProductsStrikethroughPricesRequest} productId Set product identifiers
2052
+ * @property {(productId: Integer|Array<Integer> type: 'id'|'index'|'codeExtern'|'codeProducer') => GetProductsMarketingZonesRequest} productId Set product identifiers
2047
2053
  * @property {function} exec Excecute request
2048
2054
  */
2049
2055
 
@@ -2057,7 +2063,7 @@
2057
2063
  * @property {(assignment_mode: 'auto'|'manual') => PutProductsMarketingZonesRequest} assignment_mode
2058
2064
  * @property {(marketing_zones: Object) => PutProductsMarketingZonesRequest} marketing_zones
2059
2065
  * @property {(shops: Array<Object>) => PutProductsMarketingZonesRequest} shops Marketing hotspots in shops
2060
- * @property {function} append Append current data to array and start modifying next row
2066
+ * @property {() => PutProductsMarketingZonesRequest} append Append current data to array and start modifying next row
2061
2067
  * @property {function} exec Excecute request
2062
2068
  */
2063
2069
 
@@ -2065,7 +2071,7 @@
2065
2071
  * @typedef {Object} GetProductsOmnibusPricesRequest
2066
2072
  * @property {(identType: 'id'|'index'|'codeExtern'|'codeProducer') => GetProductsOmnibusPricesRequest} identType
2067
2073
  * @property {(products: Array<String>) => GetProductsOmnibusPricesRequest} products Products list.
2068
- * @property {(productId: Integer|Array<Integer> type: 'id'|'index'|'codeExtern'|'codeProducer') => GetProductsStrikethroughPricesRequest} productId Set product identifiers
2074
+ * @property {(productId: Integer|Array<Integer> type: 'id'|'index'|'codeExtern'|'codeProducer') => GetProductsOmnibusPricesRequest} productId Set product identifiers
2069
2075
  * @property {function} exec Excecute request
2070
2076
  */
2071
2077
 
@@ -2076,7 +2082,7 @@
2076
2082
  * @property {(sizes: Array<Object>) => PutProductsOmnibusPricesRequest} sizes List of sizes
2077
2083
  * @property {(omnibusPrices: Object) => PutProductsOmnibusPricesRequest} omnibusPrices Strikethrough price settings.
2078
2084
  * @property {(shops: Array<Object>) => PutProductsOmnibusPricesRequest} shops Strikethrough price settings for the page.
2079
- * @property {function} append Append current data to array and start modifying next row
2085
+ * @property {() => PutProductsOmnibusPricesRequest} append Append current data to array and start modifying next row
2080
2086
  * @property {function} exec Excecute request
2081
2087
  */
2082
2088
 
@@ -2120,7 +2126,7 @@
2120
2126
  * @property {(orderSerialNumber: Integer) => PostProductsOpinionsRequest} orderSerialNumber Order serial number.
2121
2127
  * @property {(shopAnswer: String) => PostProductsOpinionsRequest} shopAnswer Reply to an opinion
2122
2128
  * @property {(opinionConfirmedByPurchase: Boolean) => PostProductsOpinionsRequest} opinionConfirmedByPurchase Opinion confirmed with purchase
2123
- * @property {function} append Append current data to array and start modifying next row
2129
+ * @property {() => PostProductsOpinionsRequest} append Append current data to array and start modifying next row
2124
2130
  * @property {function} exec Excecute request
2125
2131
  */
2126
2132
 
@@ -2161,9 +2167,9 @@
2161
2167
  * @property {(search_description: Array<Object>) => PutProductsParametersRequest} search_description Search descriptions of parameter value.
2162
2168
  * @property {(card_icons: Array<Object>) => PutProductsParametersRequest} card_icons Icons of section, parameter or value to display on the product card.
2163
2169
  * @property {(link_icons: Array<Object>) => PutProductsParametersRequest} link_icons Icons of section, parameter or value to display on the list of products.
2164
- * @property {(context_id: String) => PutProductsParametersRequest} context_id Parameter's additional feature. 1. Status: context_id = "CONTEXT_STATE" Takes values context_value_id: - CONTEXT_STATE_NEW - New, - CONTEXT_STATE_USED - Used, - CONTEXT_STATE_REFURBISHED_BY_PRODUCER - Renewed by a manufacturer, - CONTEXT_STATE_REFURBISHED_BY_SELLER - Renewed by a seller, - CONTEXT_STATE_FOR_PARTS_OR_BROKEN - In parts or damaged. 2. Product weight in grams: context_id = "CONTEXT_STD_UNIT_WEIGHT" Takes values context_value_id: - Value of additional feature is set automatically basing on the parameter's value. 3. A product's value in milliliters: context_id = "CONTEXT_STD_UNIT_VOLUME" Takes values context_value_id: - Value of additional feature is set automatically basing on the parameter's value. 4. Sex: context_id = "CONTEXT_SEX" Takes values context_value_id: - CONTEXT_SEX_MAN - Man, - CONTEXT_SEX_WOMAN - Woman, - CONTEXT_SEX_UNISEX - Unisex. 5. Age group: context_id = "CONTEXT_AGE_GROUP" Takes values context_value_id: - CONTEXT_AGE_GROUP_ADULT - Adults, - CONTEXT_AGE_GROUP_MINOR - Children. 6. Maximum number of products in an order: context_id = "CONTEXT_MAX_QUANTITY_PER_RETAIL_ORDER" Takes values context_value_id: - Value of additional feature is set automatically basing on the parameter's value. 7. Maximum number of products in a wholesale order: context_id = "CONTEXT_MAX_QUANTITY_PER_WHOLESALE_ORDER" Takes values context_value_id: - Value of additional feature is set automatically basing on the parameter's value. 8. Minimal number of products in an order: context_id = "CONTEXT_MIN_QUANTITY_PER_RETAIL_ORDER" Takes values context_value_id: - Value of additional feature is set automatically basing on the parameter's value. 9. Minimum number of products in a wholesale order: context_id = "CONTEXT_MIN_QUANTITY_PER_WHOLESALE_ORDER" Takes values context_value_id: - Value of additional feature is set automatically basing on the parameter's value. 10. Maximal number of a single size in an order: context_id = "CONTEXT_MAX_SIZE_QUANTITY_PER_RETAIL_ORDER" Takes values context_value_id: - Value of additional feature is set automatically basing on the parameter's value. 11. Maximal number of a single size in a wholesale order: context_id = "CONTEXT_MAX_SIZE_QUANTITY_PER_WHOLESALE_ORDER" Takes values context_value_id: - Value of additional feature is set automatically basing on the parameter's value. 12. Minimal number of a single size in an order: context_id = "CONTEXT_MIN_SIZE_QUANTITY_PER_RETAIL_ORDER" Takes values context_value_id: - Value of additional feature is set automatically basing on the parameter's value. 13. Minimal number of a single size in a wholesale order: context_id = "CONTEXT_MIN_SIZE_QUANTITY_PER_WHOLESALE_ORDER" Takes values context_value_id: - Value of additional feature is set automatically basing on the parameter's value. 14. Net weight: context_id = "CONTEXT_WEIGHT_NET" Takes values context_value_id: - Value of additional feature is set automatically basing on the parameter's value. 15. Color: context_id = "CONTEXT_COLOR" Takes values context_value_id: - Value of additional feature is set automatically basing on the parameter's value. 16. #!TylkoDlaDoroslych!#: context_id = "CONTEXT_ONLY_ADULTS" Takes values context_value_id: - CONTEXT_ONLY_ADULTS_YES - yes, - CONTEXT_ONLY_ADULTS_NO - no. 17. Prescription drug: context_id = "CONTEXT_PRESCRIPTION_MEDICINE" Takes values context_value_id: - CONTEXT_PRESCRIPTION_MEDICINE_YES - yes, - CONTEXT_PRESCRIPTION_MEDICINE_NO - no. 18. Season Rate: context_id = "CONTEXT_SEASON" Takes values context_value_id: - CONTEXT_SEASON_SPRING - Spring, - CONTEXT_SEASON_SUMMER - Summer, - CONTEXT_SEASON_FALL - Autumn, - CONTEXT_SEASON_WINTER - Winter, - CONTEXT_SEASON_SPRING_SUMMER - Spring/Summer, - CONTEXT_SEASON_FALL_WINTER - Autumn/Winter 19. Risk - signal word: context_id = \"CONTEXT_HAZMAT_SIGNAL\" Takes values context_value_id: - CONTEXT_HAZMAT_SIGNAL_DANGER - danger, - CONTEXT_HAZMAT_SIGNAL_WARNING - warnging, - CONTEXT_HAZMAT_SIGNAL_CAUTION - caution, - CONTEXT_HAZMAT_SIGNAL_NOTICE - notice, 20. Risk - warning pictogram context_id = \"CONTEXT_HAZMAT_PICTOGRAM\" Takes values context_value_id: - GHS01, GHS02, GHS03, GHS04, GHS05, GHS06, GHS07, GHS08, GHS09 21. Risk - type of hazard: context_id = \"CONTEXT_HAZMAT_STATEMENT\" Takes values context_value_id: - H200, H201, H202, H203, H204, H205, H220, H221, H222, H223, H224, H225, H226, H228, H240, H241, H242, H250, H251, H252, H260, H261, H270, H271, H272, H280, H281, H290, H300, H301, H302, H304, H310, H311, H312, H314, H315, H317, H318, H319, H330, H331, H332, H334, H335, H336, H340, H341, H350, H351, H360, H361, H362, H370, H371, H372, H373, H400, H410, H411, H412, H413, EUH 001, EUH 014, EUH 018, EUH 019, EUH 044, EUH 029, EUH 031, EUH 032, EUH 066, EUH 070, EUH 071, EUH 201, EUH 201A, EUH 202, EUH 203, EUH 204, EUH 205, EUH 206, EUH 207, EUH 208, EUH 209, EUH 209A, EUH 210, EUH 401 22. Repair score: context_id = \"CONTEXT_REPAIR_SCORE\" Takes values context_value_id: - The value of the additional feature is set automatically based on the parameter's value 23. Safety - information pictogram: context_id = \"CONTEXT_SAFETY_PICTOGRAM\" Takes values context_value_id: - 1 (Not suitable for small children) - 2 (CE mark) 24. Safety - type of warning: context_id = \"CONTEXT_SAFETY_STATEMENT\" Takes values context_value_id: - 1 (Not suitable for children under 3 years) - 2 (Keep out of the reach of children) - 3 (Product contains a button cell or coin battery) - 4 (Use under the direct supervision of adults) - 5 (Required protective gear. Do not use in public traffic) - 6 (Contains toy. Adult supervision recommended) - 7 (To prevent possible injury from entanglement, remove this toy as soon as the child begins to crawl) - 8 (Use only in shallow water under adult supervision) - 9 (Only use under adult supervision) - 10 (This toy does not provide protection) - 11 (Contains fragrances that may cause allergies) - 12 (For household use only).
2170
+ * @property {(context_id: String) => PutProductsParametersRequest} context_id Parameter's additional feature. 1. Status: context_id = "CONTEXT_STATE" Takes values context_value_id: - CONTEXT_STATE_NEW - New, - CONTEXT_STATE_USED - Used, - CONTEXT_STATE_USED_EXCELLENT - Used - excellent condition - CONTEXT_STATE_USED_VERYGOOD - Used - very good condition - CONTEXT_STATE_USED_CORRECT - Used - good condition - CONTEXT_STATE_USED_ACCEPTABLE - Used - acceptable condition - CONTEXT_STATE_REFURBISHED_EXCELLENT - Refurbished - excellent condition - CONTEXT_STATE_REFURBISHED_VERYGOOD - Refurbished - very good condition - CONTEXT_STATE_REFURBISHED_CORRECT - Refurbished - good condition - CONTEXT_STATE_NEW_OTHERS - New other (see details) - CONTEXT_STATE_NEW_WITH_DEFECTS - New with defects - CONTEXT_STATE_NEW_OEM - New - OEM - CONTEXT_STATE_NEW_OPEN_BOX - New - open box - CONTEXT_STATE_REFURBISHED_BY_PRODUCER - Renewed by a manufacturer, - CONTEXT_STATE_REFURBISHED_BY_SELLER - Renewed by a seller, - CONTEXT_STATE_FOR_PARTS_OR_BROKEN - In parts or damaged. 2. Product weight in grams: context_id = "CONTEXT_STD_UNIT_WEIGHT" Takes values context_value_id: - Value of additional feature is set automatically basing on the parameter's value. 3. A product's value in milliliters: context_id = "CONTEXT_STD_UNIT_VOLUME" Takes values context_value_id: - Value of additional feature is set automatically basing on the parameter's value. 4. Sex: context_id = "CONTEXT_SEX" Takes values context_value_id: - CONTEXT_SEX_MAN - Man, - CONTEXT_SEX_WOMAN - Woman, - CONTEXT_SEX_UNISEX - Unisex. 5. Age group: context_id = "CONTEXT_AGE_GROUP" Takes values context_value_id: - CONTEXT_AGE_GROUP_ADULT - Adults, - CONTEXT_AGE_GROUP_MINOR - Children. 6. Maximum number of products in an order: context_id = "CONTEXT_MAX_QUANTITY_PER_RETAIL_ORDER" Takes values context_value_id: - Value of additional feature is set automatically basing on the parameter's value. 7. Maximum number of products in a wholesale order: context_id = "CONTEXT_MAX_QUANTITY_PER_WHOLESALE_ORDER" Takes values context_value_id: - Value of additional feature is set automatically basing on the parameter's value. 8. Minimal number of products in an order: context_id = "CONTEXT_MIN_QUANTITY_PER_RETAIL_ORDER" Takes values context_value_id: - Value of additional feature is set automatically basing on the parameter's value. 9. Minimum number of products in a wholesale order: context_id = "CONTEXT_MIN_QUANTITY_PER_WHOLESALE_ORDER" Takes values context_value_id: - Value of additional feature is set automatically basing on the parameter's value. 10. Maximal number of a single size in an order: context_id = "CONTEXT_MAX_SIZE_QUANTITY_PER_RETAIL_ORDER" Takes values context_value_id: - Value of additional feature is set automatically basing on the parameter's value. 11. Maximal number of a single size in a wholesale order: context_id = "CONTEXT_MAX_SIZE_QUANTITY_PER_WHOLESALE_ORDER" Takes values context_value_id: - Value of additional feature is set automatically basing on the parameter's value. 12. Minimal number of a single size in an order: context_id = "CONTEXT_MIN_SIZE_QUANTITY_PER_RETAIL_ORDER" Takes values context_value_id: - Value of additional feature is set automatically basing on the parameter's value. 13. Minimal number of a single size in a wholesale order: context_id = "CONTEXT_MIN_SIZE_QUANTITY_PER_WHOLESALE_ORDER" Takes values context_value_id: - Value of additional feature is set automatically basing on the parameter's value. 14. Net weight: context_id = "CONTEXT_WEIGHT_NET" Takes values context_value_id: - Value of additional feature is set automatically basing on the parameter's value. 15. Color: context_id = "CONTEXT_COLOR" Takes values context_value_id: - Value of additional feature is set automatically basing on the parameter's value. 16. #!TylkoDlaDoroslych!#: context_id = "CONTEXT_ONLY_ADULTS" Takes values context_value_id: - CONTEXT_ONLY_ADULTS_YES - yes, - CONTEXT_ONLY_ADULTS_NO - no. 17. Prescription drug: context_id = "CONTEXT_PRESCRIPTION_MEDICINE" Takes values context_value_id: - CONTEXT_PRESCRIPTION_MEDICINE_YES - yes, - CONTEXT_PRESCRIPTION_MEDICINE_NO - no. 18. Season Rate: context_id = "CONTEXT_SEASON" Takes values context_value_id: - CONTEXT_SEASON_SPRING - Spring, - CONTEXT_SEASON_SUMMER - Summer, - CONTEXT_SEASON_FALL - Autumn, - CONTEXT_SEASON_WINTER - Winter, - CONTEXT_SEASON_SPRING_SUMMER - Spring/Summer, - CONTEXT_SEASON_FALL_WINTER - Autumn/Winter 19. Risk - signal word: context_id = \"CONTEXT_HAZMAT_SIGNAL\" Takes values context_value_id: - CONTEXT_HAZMAT_SIGNAL_DANGER - danger, - CONTEXT_HAZMAT_SIGNAL_WARNING - warnging, - CONTEXT_HAZMAT_SIGNAL_CAUTION - caution, - CONTEXT_HAZMAT_SIGNAL_NOTICE - notice, 20. Risk - warning pictogram context_id = \"CONTEXT_HAZMAT_PICTOGRAM\" Takes values context_value_id: - GHS01, GHS02, GHS03, GHS04, GHS05, GHS06, GHS07, GHS08, GHS09 21. Risk - type of hazard: context_id = \"CONTEXT_HAZMAT_STATEMENT\" Takes values context_value_id: - H200, H201, H202, H203, H204, H205, H220, H221, H222, H223, H224, H225, H226, H228, H240, H241, H242, H250, H251, H252, H260, H261, H270, H271, H272, H280, H281, H290, H300, H301, H302, H304, H310, H311, H312, H314, H315, H317, H318, H319, H330, H331, H332, H334, H335, H336, H340, H341, H350, H351, H360, H361, H362, H370, H371, H372, H373, H400, H410, H411, H412, H413, EUH 001, EUH 014, EUH 018, EUH 019, EUH 044, EUH 029, EUH 031, EUH 032, EUH 066, EUH 070, EUH 071, EUH 201, EUH 201A, EUH 202, EUH 203, EUH 204, EUH 205, EUH 206, EUH 207, EUH 208, EUH 209, EUH 209A, EUH 210, EUH 401 22. Repair score: context_id = \"CONTEXT_REPAIR_SCORE\" Takes values context_value_id: - The value of the additional feature is set automatically based on the parameter's value 23. Safety - information pictogram: context_id = \"CONTEXT_SAFETY_PICTOGRAM\" Takes values context_value_id: - 1 (Not suitable for small children) - 2 (CE mark) 24. Safety - type of warning: context_id = \"CONTEXT_SAFETY_STATEMENT\" Takes values context_value_id: - 1 (Not suitable for children under 3 years) - 2 (Keep out of the reach of children) - 3 (Product contains a button cell or coin battery) - 4 (Use under the direct supervision of adults) - 5 (Required protective gear. Do not use in public traffic) - 6 (Contains toy. Adult supervision recommended) - 7 (To prevent possible injury from entanglement, remove this toy as soon as the child begins to crawl) - 8 (Use only in shallow water under adult supervision) - 9 (Only use under adult supervision) - 10 (This toy does not provide protection) - 11 (Contains fragrances that may cause allergies) - 12 (For household use only).
2165
2171
  * @property {(context_value_id: String) => PutProductsParametersRequest} context_value_id value of additional feature - Values described in context_id.
2166
- * @property {function} append Append current data to array and start modifying next row
2172
+ * @property {() => PutProductsParametersRequest} append Append current data to array and start modifying next row
2167
2173
  * @property {function} exec Excecute request
2168
2174
  */
2169
2175
 
@@ -2185,7 +2191,7 @@
2185
2191
  * @property {(products: Array<Object>) => DeleteProductsRequest} products Products list.
2186
2192
  * @property {(productId: Integer) => DeleteProductsRequest} productId Product IAI code
2187
2193
  * @property {(productSizeCodeExternal: String) => DeleteProductsRequest} productSizeCodeExternal External product system code for size.
2188
- * @property {function} append Append current data to array and start modifying next row
2194
+ * @property {() => DeleteProductsRequest} append Append current data to array and start modifying next row
2189
2195
  * @property {function} exec Excecute request
2190
2196
  */
2191
2197
 
@@ -2258,6 +2264,7 @@
2258
2264
  * @property {(associatedProducts: Array<Object>) => PostProductsRequest} associatedProducts List of products recommended with this product
2259
2265
  * @property {(productSizes: Array<Object>) => PostProductsRequest} productSizes Sizes available for products data.
2260
2266
  * @property {(productShopsAttributes: Array<Object>) => PostProductsRequest} productShopsAttributes Data concerning attributes dependent on indicated stores with particular product assigned.
2267
+ * @property {(subscription: Array<Object>) => PostProductsRequest} subscription Products subscription settings.
2261
2268
  * @property {(productNames: Object) => PostProductsRequest} productNames Product name.
2262
2269
  * @property {(productDescriptions: Object) => PostProductsRequest} productDescriptions
2263
2270
  * @property {(productLongDescriptions: Object) => PostProductsRequest} productLongDescriptions Long product description
@@ -2278,7 +2285,7 @@
2278
2285
  * @property {(productDimensions: Object) => PostProductsRequest} productDimensions Dimensions and overall weight
2279
2286
  * @property {(responsibleProducerCode: String) => PostProductsRequest} responsibleProducerCode Responsible producer code
2280
2287
  * @property {(responsiblePersonCode: String) => PostProductsRequest} responsiblePersonCode Responsible person code
2281
- * @property {function} append Append current data to array and start modifying next row
2288
+ * @property {() => PostProductsRequest} append Append current data to array and start modifying next row
2282
2289
  * @property {(text: String, type: "name"|"short"|"long"|"metatitle"|"metadescription"|"metakeywords"|"acutionname"|"auctiondescription", language: String, shopId: Integer) => PostProductsRequest} setText Set various types of names or descriptions to the product
2283
2290
  * @property {(value: Float, type: 'retail'|'wholesale'|'pos'|'minimal'|'strikethroughRetail'|'strikethroughWholesale'|'suggested'|'automaticCalculation') => PostProductsRequest} addPrice Increases product price by amount
2284
2291
  * @property {(value: Float, type: 'retail'|'wholesale'|'pos'|'minimal'|'strikethroughRetail'|'strikethroughWholesale'|'suggested'|'automaticCalculation') => PostProductsRequest} setPrice Sets product price by amount
@@ -2378,6 +2385,7 @@
2378
2385
  * @property {(virtualAttachments: Array<Object>) => PutProductsRequest} virtualAttachments List of product's virtual attachments.
2379
2386
  * @property {(attachmentOperationValues: 'edit'|'add'|'remove') => PutProductsRequest} attachmentOperationValues Operation, that will be performed on attachments to product.
2380
2387
  * @property {(productShopsAttributes: Array<Object>) => PutProductsRequest} productShopsAttributes Data concerning attributes dependent on indicated stores with particular product assigned.
2388
+ * @property {(subscription: Array<Object>) => PutProductsRequest} subscription Products subscription settings.
2381
2389
  * @property {(productNames: Object) => PutProductsRequest} productNames Product name.
2382
2390
  * @property {(productNamesInAuction: Object) => PutProductsRequest} productNamesInAuction DEPRECATED. This parameter is deprecated. Product name for online auctions.
2383
2391
  * @property {(productNamesInPriceComparer: Object) => PutProductsRequest} productNamesInPriceComparer Product name for price comparison websites.
@@ -2421,7 +2429,7 @@
2421
2429
  * @property {(productDimensions: Object) => PutProductsRequest} productDimensions Dimensions and overall weight
2422
2430
  * @property {(responsibleProducerCode: String) => PutProductsRequest} responsibleProducerCode Responsible producer code
2423
2431
  * @property {(responsiblePersonCode: String) => PutProductsRequest} responsiblePersonCode Responsible person code
2424
- * @property {function} append Append current data to array and start modifying next row
2432
+ * @property {() => PutProductsRequest} append Append current data to array and start modifying next row
2425
2433
  * @property {(text: String, type: "name"|"short"|"long"|"metatitle"|"metadescription"|"metakeywords"|"acutionname"|"auctiondescription", language: String, shopId: Integer) => PutProductsRequest} setText Set various types of names or descriptions to the product
2426
2434
  * @property {() => PutProductsRequest} editMode Set edit mode - disables adding new product
2427
2435
  * @property {() => PutProductsRequest} addMode Set add mode - Api is allowed to create new products
@@ -2505,9 +2513,9 @@
2505
2513
  * @property {(bySeries: Array<Integer>) => SearchProductsRequest} bySeries Define productSeriesParams by passing array of values
2506
2514
  * @property {(byWarranties: Array<Integer>) => SearchProductsRequest} byWarranties Define productWarranties by passing array of values
2507
2515
  * @property {(byIndexes: Array<Integer>) => SearchProductsRequest} byIndexes Define productIndexes by passing array of values
2508
- * @property {(onlyMain: Boolean) => searchProductsRequest} onlyMainVersion Toogle to return only main versions
2509
- * @property {(minPrice: Number, maxPrice: Number, priceType: "retail_price"|"wholesale_price"|"minimal_price"|"pos_price"|"last_purchase_price") => searchProductsRequest} byPrice Filter by minimum and maximym price
2510
- * @property {(stockIds: Boolean|Array<Integer>) => searchProductsRequest} inStock Filter by availibility on any stock or selected stocks
2516
+ * @property {(onlyMain: Boolean) => SearchProductsRequest} onlyMainVersion Toogle to return only main versions
2517
+ * @property {(minPrice: Number, maxPrice: Number, priceType: "retail_price"|"wholesale_price"|"minimal_price"|"pos_price"|"last_purchase_price") => SearchProductsRequest} byPrice Filter by minimum and maximym price
2518
+ * @property {(stockIds: Boolean|Array<Integer>) => SearchProductsRequest} inStock Filter by availibility on any stock or selected stocks
2511
2519
  * @property {(page: Integer, limit: Integer) => SearchProductsRequest} page Define page number and maximum results per page
2512
2520
  * @property {() => Integer} count Returns total numer of results
2513
2521
  * @property {function} exec Excecute request
@@ -2574,7 +2582,7 @@
2574
2582
  * @property {(shopId: Integer) => PutProductsQuestionsRequest} shopId Shop Id
2575
2583
  * @property {(answerDate: String) => PutProductsQuestionsRequest} answerDate Date of response.
2576
2584
  * @property {(answerAuthor: String) => PutProductsQuestionsRequest} answerAuthor Response author.
2577
- * @property {function} append Append current data to array and start modifying next row
2585
+ * @property {() => PutProductsQuestionsRequest} append Append current data to array and start modifying next row
2578
2586
  * @property {function} exec Excecute request
2579
2587
  */
2580
2588
 
@@ -2582,7 +2590,7 @@
2582
2590
  * @typedef {Object} GetProductsReservationsRequest
2583
2591
  * @property {(identType: 'id'|'index'|'codeExtern'|'codeProducer') => GetProductsReservationsRequest} identType
2584
2592
  * @property {(products: Array<String>) => GetProductsReservationsRequest} products Products list.
2585
- * @property {(productId: Integer|Array<Integer> type: 'id'|'index'|'codeExtern'|'codeProducer') => GetProductsStrikethroughPricesRequest} productId Set product identifiers
2593
+ * @property {(productId: Integer|Array<Integer> type: 'id'|'index'|'codeExtern'|'codeProducer') => GetProductsReservationsRequest} productId Set product identifiers
2586
2594
  * @property {function} exec Excecute request
2587
2595
  */
2588
2596
 
@@ -2618,7 +2626,7 @@
2618
2626
  * @property {(filterDisplay: 'name'|'gfx'|'namegfx') => PutProductsSeriesFilterRequest} filterDisplay Display as: "name" - text, "gfx" - graphics, "namegfx" - text and graphics.
2619
2627
  * @property {(filterValueSort: 'y'|'n'|'priority') => PutProductsSeriesFilterRequest} filterValueSort Sort by: "y" - alfabetically, "n" - by frequency and order of occurrence of indicated parameter value in found products, "priority" - according to value sequence in parameter.
2620
2628
  * @property {(filterDefaultEnabled: 'y'|'n') => PutProductsSeriesFilterRequest} filterDefaultEnabled Enabled by default .
2621
- * @property {function} append Append current data to array and start modifying next row
2629
+ * @property {() => PutProductsSeriesFilterRequest} append Append current data to array and start modifying next row
2622
2630
  * @property {function} exec Excecute request
2623
2631
  */
2624
2632
 
@@ -2641,7 +2649,7 @@
2641
2649
  * @property {(id: Integer) => PutProductsSeriesRequest} id Id
2642
2650
  * @property {(nameInPanel: String) => PutProductsSeriesRequest} nameInPanel Name in panel
2643
2651
  * @property {(shopsConfigurations: Array<Object>) => PutProductsSeriesRequest} shopsConfigurations
2644
- * @property {function} append Append current data to array and start modifying next row
2652
+ * @property {() => PutProductsSeriesRequest} append Append current data to array and start modifying next row
2645
2653
  * @property {function} exec Excecute request
2646
2654
  */
2647
2655
 
@@ -2652,7 +2660,7 @@
2652
2660
  * @property {(deleteSizesIndexesData: Array<String>) => DeleteProductsSizesRequest} deleteSizesIndexesData Product parameters recognized by index.
2653
2661
  * @property {(productId: Integer) => DeleteProductsSizesRequest} productId Product IAI code
2654
2662
  * @property {(sizes: Array<Object>) => DeleteProductsSizesRequest} sizes List of sizes
2655
- * @property {function} append Append current data to array and start modifying next row
2663
+ * @property {() => DeleteProductsSizesRequest} append Append current data to array and start modifying next row
2656
2664
  * @property {function} exec Excecute request
2657
2665
  */
2658
2666
 
@@ -2671,7 +2679,7 @@
2671
2679
  * @property {(indexesData: Array<Object>) => PutProductsSizesRequest} indexesData Product parameters recognized by index
2672
2680
  * @property {(productId: Integer) => PutProductsSizesRequest} productId Product IAI code
2673
2681
  * @property {(sizes: Array<Object>) => PutProductsSizesRequest} sizes List of sizes
2674
- * @property {function} append Append current data to array and start modifying next row
2682
+ * @property {() => PutProductsSizesRequest} append Append current data to array and start modifying next row
2675
2683
  * @property {function} exec Excecute request
2676
2684
  */
2677
2685
 
@@ -2683,7 +2691,7 @@
2683
2691
  * @property {(productSizeQuantity: Number) => PutProductsStockQuantityRequest} productSizeQuantity Product stock quantity
2684
2692
  * @property {(productPurchasePrice: Number) => PutProductsStockQuantityRequest} productPurchasePrice Cost price
2685
2693
  * @property {(productPurchasePriceNet: Number) => PutProductsStockQuantityRequest} productPurchasePriceNet Net purchase price
2686
- * @property {function} append Append current data to array and start modifying next row
2694
+ * @property {() => PutProductsStockQuantityRequest} append Append current data to array and start modifying next row
2687
2695
  * @property {function} exec Excecute request
2688
2696
  */
2689
2697
 
@@ -2691,7 +2699,7 @@
2691
2699
  * @typedef {Object} GetProductsStocksRequest
2692
2700
  * @property {(identType: 'id'|'index'|'codeExtern'|'codeProducer') => GetProductsStocksRequest} identType
2693
2701
  * @property {(products: Array<String>) => GetProductsStocksRequest} products Products list.
2694
- * @property {(productId: Integer|Array<Integer> type: 'id'|'index'|'codeExtern'|'codeProducer') => GetProductsStrikethroughPricesRequest} productId Set product identifiers
2702
+ * @property {(productId: Integer|Array<Integer> type: 'id'|'index'|'codeExtern'|'codeProducer') => GetProductsStocksRequest} productId Set product identifiers
2695
2703
  * @property {function} exec Excecute request
2696
2704
  */
2697
2705
 
@@ -2702,7 +2710,7 @@
2702
2710
  * @property {(sizes: Array<Object>) => PutProductsStocksRequest} sizes List of sizes
2703
2711
  * @property {(settings: Object) => PutProductsStocksRequest} settings
2704
2712
  * @property {(error: Object) => PutProductsStocksRequest} error Error information.
2705
- * @property {function} append Append current data to array and start modifying next row
2713
+ * @property {() => PutProductsStocksRequest} append Append current data to array and start modifying next row
2706
2714
  * @property {function} exec Excecute request
2707
2715
  */
2708
2716
 
@@ -2717,6 +2725,11 @@
2717
2725
  /**
2718
2726
  * @typedef {Object} PutProductsStrikethroughPricesRequest
2719
2727
  * @property {(products: Array<Object>) => PutProductsStrikethroughPricesRequest} products Products list.
2728
+ * @property {(ident: Object) => PutProductsStrikethroughPricesRequest} ident Identifier type.
2729
+ * @property {(sizes: Array<Object>) => PutProductsStrikethroughPricesRequest} sizes List of sizes
2730
+ * @property {(stp_settings: Object) => PutProductsStrikethroughPricesRequest} stp_settings
2731
+ * @property {(shops: Array<Object>) => PutProductsStrikethroughPricesRequest} shops Strikethrough price settings for the page.
2732
+ * @property {() => PutProductsStrikethroughPricesRequest} append Append current data to array and start modifying next row
2720
2733
  * @property {function} exec Excecute request
2721
2734
  */
2722
2735
 
@@ -2725,7 +2738,7 @@
2725
2738
  * @property {(products: Array<Object>) => PutProductsSupplierCodeRequest} products Products list.
2726
2739
  * @property {(productId: Integer) => PutProductsSupplierCodeRequest} productId Product IAI code
2727
2740
  * @property {(productDeliverers: Array<Object>) => PutProductsSupplierCodeRequest} productDeliverers Suppliers data
2728
- * @property {function} append Append current data to array and start modifying next row
2741
+ * @property {() => PutProductsSupplierCodeRequest} append Append current data to array and start modifying next row
2729
2742
  * @property {function} exec Excecute request
2730
2743
  */
2731
2744
 
@@ -2734,7 +2747,7 @@
2734
2747
  * @property {(products: Array<Object>) => PutProductsSupplierProductDataRequest} products Products list.
2735
2748
  * @property {(productId: Integer) => PutProductsSupplierProductDataRequest} productId Product IAI code
2736
2749
  * @property {(productDeliverers: Array<Object>) => PutProductsSupplierProductDataRequest} productDeliverers Suppliers data
2737
- * @property {function} append Append current data to array and start modifying next row
2750
+ * @property {() => PutProductsSupplierProductDataRequest} append Append current data to array and start modifying next row
2738
2751
  * @property {function} exec Excecute request
2739
2752
  */
2740
2753
 
@@ -2841,6 +2854,8 @@
2841
2854
  * @property {(type: String) => GetResponsibilityEntitiesRequest} type Type of entity
2842
2855
  * @property {(resultsPage: Integer) => GetResponsibilityEntitiesRequest} resultsPage Page with results number. Numeration starts from 0
2843
2856
  * @property {(resultsLimit: Integer) => GetResponsibilityEntitiesRequest} resultsLimit Number of results on page. Value from 1 to 100
2857
+ * @property {(page: Integer, limit: Integer) => GetResponsibilityEntitiesRequest} page Define page number and maximum results per page
2858
+ * @property {() => Integer} count Returns total numer of results
2844
2859
  * @property {function} exec Excecute request
2845
2860
  */
2846
2861
 
@@ -2860,7 +2875,7 @@
2860
2875
  * @property {(country: String) => PostResponsibilityEntitiesRequest} country 2-letter ISO country code.
2861
2876
  * @property {(phone: String) => PostResponsibilityEntitiesRequest} phone Phone number.
2862
2877
  * @property {(description: String) => PostResponsibilityEntitiesRequest} description Additional description.
2863
- * @property {function} append Append current data to array and start modifying next row
2878
+ * @property {() => PostResponsibilityEntitiesRequest} append Append current data to array and start modifying next row
2864
2879
  * @property {function} exec Excecute request
2865
2880
  */
2866
2881
 
@@ -2880,7 +2895,7 @@
2880
2895
  * @property {(country: String) => PutResponsibilityEntitiesRequest} country 2-letter ISO country code.
2881
2896
  * @property {(phone: String) => PutResponsibilityEntitiesRequest} phone Phone number.
2882
2897
  * @property {(description: String) => PutResponsibilityEntitiesRequest} description Additional description.
2883
- * @property {function} append Append current data to array and start modifying next row
2898
+ * @property {() => PutResponsibilityEntitiesRequest} append Append current data to array and start modifying next row
2884
2899
  * @property {function} exec Excecute request
2885
2900
  */
2886
2901
 
@@ -2929,7 +2944,7 @@
2929
2944
  * @property {(price: Number) => PostReturnsRequest} price Price.
2930
2945
  * @property {(serialNumbers: Array<String>) => PostReturnsRequest} serialNumbers
2931
2946
  * @property {(productOrderAdditional: String) => PostReturnsRequest} productOrderAdditional Additional information.
2932
- * @property {function} append Append current data to array and start modifying next row
2947
+ * @property {() => PostReturnsRequest} append Append current data to array and start modifying next row
2933
2948
  * @property {function} exec Excecute request
2934
2949
  */
2935
2950
 
@@ -2943,7 +2958,7 @@
2943
2958
  * @property {(userNote: String) => PutReturnsRequest} userNote
2944
2959
  * @property {(clientNote: String) => PutReturnsRequest} clientNote Notes from customer.
2945
2960
  * @property {(tryCorrectInvoice: Boolean) => PutReturnsRequest} tryCorrectInvoice
2946
- * @property {function} append Append current data to array and start modifying next row
2961
+ * @property {() => PutReturnsRequest} append Append current data to array and start modifying next row
2947
2962
  * @property {function} exec Excecute request
2948
2963
  */
2949
2964
 
@@ -2954,7 +2969,7 @@
2954
2969
  * @property {(id: Integer) => PutReturnsSerialNumberRequest} id Product ID.
2955
2970
  * @property {(size: String) => PutReturnsSerialNumberRequest} size Size ID.
2956
2971
  * @property {(serialNumbers: Array<String>) => PutReturnsSerialNumberRequest} serialNumbers
2957
- * @property {function} append Append current data to array and start modifying next row
2972
+ * @property {() => PutReturnsSerialNumberRequest} append Append current data to array and start modifying next row
2958
2973
  * @property {function} exec Excecute request
2959
2974
  */
2960
2975
 
@@ -2988,7 +3003,7 @@
2988
3003
  * @property {(rmaId: Integer) => PutRmaRequest} rmaId Complaint id.
2989
3004
  * @property {(rmaStatusId: Integer) => PutRmaRequest} rmaStatusId Claim status. Available values: 15 - Complaint not confirmed by the shop service, 17 - The complaint has been cancelled, 18 - Complaint canceled by the customer, 14 - Complaint didn't arrive, 20 - Complaint not handled, 22 - Complaint rejected - no fault was found, 23 - Complaint rejected - the warranty period has expired, 24 - Complaint rejected - defect caused by improper use, 19 - Complaint confirmed, 28 - Complaint is being considered - repair completed, 5 - Complaint is being considered - Product sent to the producer , 4 - Complaint is being considered - Product was sent for testing, 6 - Complaint is being considered - Repair in progress, 29 - Complaint is being considered - the complaint requires additional information from the customer, 7 - Complaint adjusted negatively - no fault was found, 9 - Complaint adjusted negatively - the warranty period has expired, 30 - Complaint adjusted negatively - return shipment sent to the customer, 8 - Complaint adjusted negatively - defect caused by improper use, 25 - Complaint handled positively - return shipment sent to the customer, 12 - Complaint handled positively - replacement for a new product, 13 - Complaint handled positively - replacement for a different product, 26 - Complaint handled positively - a new item was shipped without waiting for the original one, 27 - Complaint handled positively - the recipient's data change on the sales document, 10 - Complaint handled positively - Refund - payment processing, 11 - Complaint handled positively - repair completed - payout made, 31 - Complaint handled positively - Awaiting correction invoice confirmation, 34 - Complaint handled positively - Refund - preparing correction invoice
2990
3005
  * @property {(rmaChat: Array<Object>) => PutRmaRequest} rmaChat Customer correspondence.
2991
- * @property {function} append Append current data to array and start modifying next row
3006
+ * @property {() => PutRmaRequest} append Append current data to array and start modifying next row
2992
3007
  * @property {function} exec Excecute request
2993
3008
  */
2994
3009
 
@@ -3032,7 +3047,7 @@
3032
3047
  * @property {(nameInPanel: String) => PutSizechartsRequest} nameInPanel Name in panel
3033
3048
  * @property {(displayMode: 'single'|'all') => PutSizechartsRequest} displayMode Display mode
3034
3049
  * @property {(languagesData: Array<Object>) => PutSizechartsRequest} languagesData
3035
- * @property {function} append Append current data to array and start modifying next row
3050
+ * @property {() => PutSizechartsRequest} append Append current data to array and start modifying next row
3036
3051
  * @property {function} exec Excecute request
3037
3052
  */
3038
3053
 
@@ -3053,7 +3068,7 @@
3053
3068
  * @property {(description: String) => PutSizesRequest} description Size description.
3054
3069
  * @property {(operation: String) => PutSizesRequest} operation Operation type: add, edit, del
3055
3070
  * @property {(lang_data: Array<Object>) => PutSizesRequest} lang_data
3056
- * @property {function} append Append current data to array and start modifying next row
3071
+ * @property {() => PutSizesRequest} append Append current data to array and start modifying next row
3057
3072
  * @property {function} exec Excecute request
3058
3073
  */
3059
3074
 
@@ -3064,6 +3079,8 @@
3064
3079
  * @property {(omitDeleted: 'y'|'n') => GetSnippetsCampaignRequest} omitDeleted Whether to skip the return of deleted campaigns.
3065
3080
  * @property {(resultsPage: Integer) => GetSnippetsCampaignRequest} resultsPage Page with results number. Numeration starts from 0
3066
3081
  * @property {(resultsLimit: Integer) => GetSnippetsCampaignRequest} resultsLimit Number of results on page. Value from 1 to 100
3082
+ * @property {(page: Integer, limit: Integer) => GetSnippetsCampaignRequest} page Define page number and maximum results per page
3083
+ * @property {() => Integer} count Returns total numer of results
3067
3084
  * @property {function} exec Excecute request
3068
3085
  */
3069
3086
 
@@ -3090,6 +3107,8 @@
3090
3107
  * @property {(id: Array<Integer>) => GetSnippetsCookiesRequest} id List of identifiers for specific cookies
3091
3108
  * @property {(resultsPage: Integer) => GetSnippetsCookiesRequest} resultsPage Page with results number. Numeration starts from 0
3092
3109
  * @property {(resultsLimit: Integer) => GetSnippetsCookiesRequest} resultsLimit Number of results on page. Value from 1 to 100
3110
+ * @property {(page: Integer, limit: Integer) => GetSnippetsCookiesRequest} page Define page number and maximum results per page
3111
+ * @property {() => Integer} count Returns total numer of results
3093
3112
  * @property {function} exec Excecute request
3094
3113
  */
3095
3114
 
@@ -3118,6 +3137,8 @@
3118
3137
  * @property {(omitDeleted: 'y'|'n') => GetSnippetsRequest} omitDeleted Whether to skip the return of deleted campaigns.
3119
3138
  * @property {(resultsPage: Integer) => GetSnippetsRequest} resultsPage Page with results number. Numeration starts from 0
3120
3139
  * @property {(resultsLimit: Integer) => GetSnippetsRequest} resultsLimit Number of results on page. Value from 1 to 100
3140
+ * @property {(page: Integer, limit: Integer) => GetSnippetsRequest} page Define page number and maximum results per page
3141
+ * @property {() => Integer} count Returns total numer of results
3121
3142
  * @property {function} exec Excecute request
3122
3143
  */
3123
3144
 
@@ -3139,6 +3160,72 @@
3139
3160
  * @property {function} exec Excecute request
3140
3161
  */
3141
3162
 
3163
+ /**
3164
+ * @typedef {Object} PostSubscriptionsChangeDeliveryDatesRequest
3165
+ * @property {(subscriptionsDeliveryDatesModel: Object) => PostSubscriptionsChangeDeliveryDatesRequest} subscriptionsDeliveryDatesModel
3166
+ * @property {function} exec Excecute request
3167
+ */
3168
+
3169
+ /**
3170
+ * @typedef {Object} PostSubscriptionsChangePriceAutoUpdateRequest
3171
+ * @property {(subscriptionsAutoPriceModel: Object) => PostSubscriptionsChangePriceAutoUpdateRequest} subscriptionsAutoPriceModel
3172
+ * @property {function} exec Excecute request
3173
+ */
3174
+
3175
+ /**
3176
+ * @typedef {Object} PostSubscriptionsChangeStatusRequest
3177
+ * @property {(subscriptionsStatusModel: Object) => PostSubscriptionsChangeStatusRequest} subscriptionsStatusModel
3178
+ * @property {function} exec Excecute request
3179
+ */
3180
+
3181
+ /**
3182
+ * @typedef {Object} PostSubscriptionsDeleteProductRequest
3183
+ * @property {(subscriptionDeleteProducts: Object) => PostSubscriptionsDeleteProductRequest} subscriptionDeleteProducts
3184
+ * @property {function} exec Excecute request
3185
+ */
3186
+
3187
+ /**
3188
+ * @typedef {Object} PostSubscriptionsEditRequest
3189
+ * @property {(subscriptionsEditRequest: Object) => PostSubscriptionsEditRequest} subscriptionsEditRequest Subscriptions model
3190
+ * @property {function} exec Excecute request
3191
+ */
3192
+
3193
+ /**
3194
+ * @typedef {Object} PostSubscriptionsEditProductRequest
3195
+ * @property {(subscriptionEditProducts: Object) => PostSubscriptionsEditProductRequest} subscriptionEditProducts
3196
+ * @property {function} exec Excecute request
3197
+ */
3198
+
3199
+ /**
3200
+ * @typedef {Object} PostSubscriptionsItemsListRequest
3201
+ * @property {(request: Object) => PostSubscriptionsItemsListRequest} request
3202
+ * @property {function} exec Excecute request
3203
+ */
3204
+
3205
+ /**
3206
+ * @typedef {Object} PostSubscriptionsListViewFetchIdsRequest
3207
+ * @property {(filter: Object) => PostSubscriptionsListViewFetchIdsRequest} filter Filters that limit the result of a customer query.
3208
+ * @property {function} exec Excecute request
3209
+ */
3210
+
3211
+ /**
3212
+ * @typedef {Object} PostSubscriptionsListViewListRequest
3213
+ * @property {(request: Object) => PostSubscriptionsListViewListRequest} request Object describing the request for a list of Subscriptions.
3214
+ * @property {function} exec Excecute request
3215
+ */
3216
+
3217
+ /**
3218
+ * @typedef {Object} PostSubscriptionsSetRebateCodeRequest
3219
+ * @property {(request: Object) => PostSubscriptionsSetRebateCodeRequest} request Object with discount code data to set
3220
+ * @property {function} exec Excecute request
3221
+ */
3222
+
3223
+ /**
3224
+ * @typedef {Object} PostSubscriptionsUnsetRebateCodeRequest
3225
+ * @property {(request: Object) => PostSubscriptionsUnsetRebateCodeRequest} request Object with request witch unset rebate code
3226
+ * @property {function} exec Excecute request
3227
+ */
3228
+
3142
3229
  /**
3143
3230
  * @typedef {Object} GetSystemConfigRequest
3144
3231
  * @property {function} exec Excecute request
@@ -3163,7 +3250,7 @@
3163
3250
  * @property {(id: String) => PutSystemCurrenciesRequest} id Currency code in ISO 4217 standard.
3164
3251
  * @property {(rate: Number) => PutSystemCurrenciesRequest} rate Currency exchange rate. Maximal value is 10000.
3165
3252
  * @property {(scale: Integer) => PutSystemCurrenciesRequest} scale Currency smaller unit.
3166
- * @property {function} append Append current data to array and start modifying next row
3253
+ * @property {() => PutSystemCurrenciesRequest} append Append current data to array and start modifying next row
3167
3254
  * @property {function} exec Excecute request
3168
3255
  */
3169
3256
 
@@ -3209,7 +3296,7 @@
3209
3296
  * @property {(precisionUnit: Integer) => PutSystemUnitsRequest} precisionUnit Accuracy (number of places after comma)
3210
3297
  * @property {(visible: Boolean) => PutSystemUnitsRequest} visible Visibility
3211
3298
  * @property {(descriptions: Array<Object>) => PutSystemUnitsRequest} descriptions Unit names
3212
- * @property {function} append Append current data to array and start modifying next row
3299
+ * @property {() => PutSystemUnitsRequest} append Append current data to array and start modifying next row
3213
3300
  * @property {function} exec Excecute request
3214
3301
  */
3215
3302
 
@@ -3224,7 +3311,7 @@
3224
3311
  * @property {(vouchers: Array<Object>) => PutVouchersBlockRequest} vouchers
3225
3312
  * @property {(id: Integer) => PutVouchersBlockRequest} id Voucher ID
3226
3313
  * @property {(number: String) => PutVouchersBlockRequest} number Number.
3227
- * @property {function} append Append current data to array and start modifying next row
3314
+ * @property {() => PutVouchersBlockRequest} append Append current data to array and start modifying next row
3228
3315
  * @property {function} exec Excecute request
3229
3316
  */
3230
3317
 
@@ -3242,7 +3329,7 @@
3242
3329
  * @property {(vouchers: Array<Object>) => PutVouchersUnblockRequest} vouchers
3243
3330
  * @property {(id: Integer) => PutVouchersUnblockRequest} id Voucher ID
3244
3331
  * @property {(number: String) => PutVouchersUnblockRequest} number Number.
3245
- * @property {function} append Append current data to array and start modifying next row
3332
+ * @property {() => PutVouchersUnblockRequest} append Append current data to array and start modifying next row
3246
3333
  * @property {function} exec Excecute request
3247
3334
  */
3248
3335
 
@@ -3251,7 +3338,7 @@
3251
3338
  * @property {(vouchers: Array<Object>) => DeleteVouchersRequest} vouchers
3252
3339
  * @property {(id: Integer) => DeleteVouchersRequest} id Voucher ID
3253
3340
  * @property {(number: String) => DeleteVouchersRequest} number Number.
3254
- * @property {function} append Append current data to array and start modifying next row
3341
+ * @property {() => DeleteVouchersRequest} append Append current data to array and start modifying next row
3255
3342
  * @property {function} exec Excecute request
3256
3343
  */
3257
3344
 
@@ -3293,7 +3380,7 @@
3293
3380
  * @property {(balance: Object) => PostVouchersRequest} balance Voucher balance
3294
3381
  * @property {(shops: Array<Integer>) => PostVouchersRequest} shops List of shops the voucher is active in
3295
3382
  * @property {(note: String) => PostVouchersRequest} note
3296
- * @property {function} append Append current data to array and start modifying next row
3383
+ * @property {() => PostVouchersRequest} append Append current data to array and start modifying next row
3297
3384
  * @property {function} exec Excecute request
3298
3385
  */
3299
3386
 
@@ -3309,7 +3396,7 @@
3309
3396
  * @property {(shops: Array<Integer>) => PutVouchersRequest} shops List of shops the voucher is active in
3310
3397
  * @property {(note: String) => PutVouchersRequest} note
3311
3398
  * @property {(status: 'used'|'unused') => PutVouchersRequest} status Status, possible values: - used - used, - unused - unused,
3312
- * @property {function} append Append current data to array and start modifying next row
3399
+ * @property {() => PutVouchersRequest} append Append current data to array and start modifying next row
3313
3400
  * @property {function} exec Excecute request
3314
3401
  */
3315
3402
 
@@ -3324,7 +3411,7 @@
3324
3411
  * @property {(lang_data: Array<Object>) => PutWarrantiesLanguageDataRequest} lang_data
3325
3412
  * @property {(warranty_id: String) => PutWarrantiesLanguageDataRequest} warranty_id Warranty ID (numeric or text based).
3326
3413
  * @property {(lang: Array<Object>) => PutWarrantiesLanguageDataRequest} lang
3327
- * @property {function} append Append current data to array and start modifying next row
3414
+ * @property {() => PutWarrantiesLanguageDataRequest} append Append current data to array and start modifying next row
3328
3415
  * @property {function} exec Excecute request
3329
3416
  */
3330
3417
 
@@ -3353,7 +3440,7 @@
3353
3440
  * @property {(period: Integer) => PostWarrantiesRequest} period Warranty time. Default value 12.
3354
3441
  * @property {(shopname: Object) => PostWarrantiesRequest} shopname Name of warranty.
3355
3442
  * @property {(description: Object) => PostWarrantiesRequest} description Warranty description.
3356
- * @property {function} append Append current data to array and start modifying next row
3443
+ * @property {() => PostWarrantiesRequest} append Append current data to array and start modifying next row
3357
3444
  * @property {function} exec Excecute request
3358
3445
  */
3359
3446
 
@@ -3364,7 +3451,7 @@
3364
3451
  * @property {(name: String) => PutWarrantiesRequest} name Name.
3365
3452
  * @property {(type: 'seller'|'producer') => PutWarrantiesRequest} type
3366
3453
  * @property {(period: Integer) => PutWarrantiesRequest} period Warranty time. Default value 12.
3367
- * @property {function} append Append current data to array and start modifying next row
3454
+ * @property {() => PutWarrantiesRequest} append Append current data to array and start modifying next row
3368
3455
  * @property {function} exec Excecute request
3369
3456
  */
3370
3457
 
@@ -3483,7 +3570,7 @@
3483
3570
  * @property {(id: Integer) => DeleteWmsStocksdocumentsProductsRequest} id Document identifier.
3484
3571
  * @property {(product: Integer) => DeleteWmsStocksdocumentsProductsRequest} product Stock keeping unit.
3485
3572
  * @property {(size: String) => DeleteWmsStocksdocumentsProductsRequest} size Product size ID.
3486
- * @property {function} append Append current data to array and start modifying next row
3573
+ * @property {() => DeleteWmsStocksdocumentsProductsRequest} append Append current data to array and start modifying next row
3487
3574
  * @property {function} exec Excecute request
3488
3575
  */
3489
3576
 
@@ -3510,7 +3597,7 @@
3510
3597
  * @property {(locationId: Integer) => PostWmsStocksdocumentsProductsRequest} locationId Warehouse location ID. The list of available warehouse locations can be downloaded via the method <a href = "pl/shop/api/?action=method&function=locations&method=get">#get</a> in gateway <a href = "en/shop/api/?action=documentation&function=locations">Locations</a> .
3511
3598
  * @property {(locationCode: String) => PostWmsStocksdocumentsProductsRequest} locationCode Storage location code
3512
3599
  * @property {(locationTextId: String) => PostWmsStocksdocumentsProductsRequest} locationTextId Warehouse location full path. Use a backslash (\) as a separator, for example: M1\Section name\Location name. The list of available warehouse locations can be downloaded via the method <a href = "pl/shop/api/?action=method&function=locations&method=get">#get</a> in gateway <a href = "en/shop/api/?action=documentation&function=locations">Locations</a> .
3513
- * @property {function} append Append current data to array and start modifying next row
3600
+ * @property {() => PostWmsStocksdocumentsProductsRequest} append Append current data to array and start modifying next row
3514
3601
  * @property {function} exec Excecute request
3515
3602
  */
3516
3603
 
@@ -3526,7 +3613,7 @@
3526
3613
  * @property {(locationId: Integer) => PutWmsStocksdocumentsProductsRequest} locationId Warehouse location ID. The list of available warehouse locations can be downloaded via the method <a href = "pl/shop/api/?action=method&function=locations&method=get">#get</a> in gateway <a href = "en/shop/api/?action=documentation&function=locations">Locations</a> .
3527
3614
  * @property {(locationCode: String) => PutWmsStocksdocumentsProductsRequest} locationCode Storage location code
3528
3615
  * @property {(locationTextId: String) => PutWmsStocksdocumentsProductsRequest} locationTextId Warehouse location full path. Use a backslash (\) as a separator, for example: M1\Section name\Location name. The list of available warehouse locations can be downloaded via the method <a href = "pl/shop/api/?action=method&function=locations&method=get">#get</a> in gateway <a href = "en/shop/api/?action=documentation&function=locations">Locations</a> .
3529
- * @property {function} append Append current data to array and start modifying next row
3616
+ * @property {() => PutWmsStocksdocumentsProductsRequest} append Append current data to array and start modifying next row
3530
3617
  * @property {function} exec Excecute request
3531
3618
  */
3532
3619
 
@@ -3571,11 +3658,12 @@
3571
3658
  * @property {(description: String) => PutWmsSuppliersRequest} description Description. (limit of 255 characters)
3572
3659
  * @property {(orderCompletionTime: Object) => PutWmsSuppliersRequest} orderCompletionTime Order preparation time for shipment
3573
3660
  * @property {(workDays: Array<Object>) => PutWmsSuppliersRequest} workDays Supplier working hours
3574
- * @property {function} append Append current data to array and start modifying next row
3661
+ * @property {() => PutWmsSuppliersRequest} append Append current data to array and start modifying next row
3575
3662
  * @property {function} exec Excecute request
3576
3663
  *//**
3577
3664
  * Idosell Gateways.
3578
3665
  * @typedef {Object} Gateways
3666
+ * @property {Gateways} clone Clones request credentials
3579
3667
  * @property {GetClientsBalanceRequest} getClientsBalance Method that enables extracting customer balance information from existing customer accounts.
3580
3668
  * @property {PostClientsBalanceRequest} postClientsBalance Method that allows for customer account balance operations.
3581
3669
  * @property {GetClientsRequest} getClients Method that enables extracting customer account details.
@@ -3841,6 +3929,17 @@
3841
3929
  * @property {PostSnippetsRequest} postSnippets Use this operation to create code snippet.
3842
3930
  * @property {PutSnippetsRequest} putSnippets Use this operation to update code snippet.
3843
3931
  * @property {DeleteSnippetsRequest} deleteSnippets This call is used to remove snippets.
3932
+ * @property {PostSubscriptionsChangeDeliveryDatesRequest} postSubscriptionsChangeDeliveryDates The method allowing to change subscriptions delivery dates
3933
+ * @property {PostSubscriptionsChangePriceAutoUpdateRequest} postSubscriptionsChangePriceAutoUpdate The method allowing to change subscriptions price auto update setting
3934
+ * @property {PostSubscriptionsChangeStatusRequest} postSubscriptionsChangeStatus The method allowing to change subscriptions status
3935
+ * @property {PostSubscriptionsDeleteProductRequest} postSubscriptionsDeleteProduct The method allowing for products in subscription removeing.
3936
+ * @property {PostSubscriptionsEditRequest} postSubscriptionsEdit The method allowing for subscription editing.
3937
+ * @property {PostSubscriptionsEditProductRequest} postSubscriptionsEditProduct The method allowing for products in subscription editing.
3938
+ * @property {PostSubscriptionsItemsListRequest} postSubscriptionsItemsList List of items assigned to subscription.
3939
+ * @property {PostSubscriptionsListViewFetchIdsRequest} postSubscriptionsListViewFetchIds List of subscriptions ID's of the store.
3940
+ * @property {PostSubscriptionsListViewListRequest} postSubscriptionsListViewList List of subscriptions of the store. Allows you to download data for editing and basic statistics.
3941
+ * @property {PostSubscriptionsSetRebateCodeRequest} postSubscriptionsSetRebateCode The method for set rebate code
3942
+ * @property {PostSubscriptionsUnsetRebateCodeRequest} postSubscriptionsUnsetRebateCode The method for set rebate code
3844
3943
  * @property {GetSystemConfigRequest} getSystemConfig Method is used for extracting information about a shop and its most important configuration settings.
3845
3944
  * @property {PutSystemConfigRequest} putSystemConfig The method is used to manage the most important settings in the store and in the panel. It enables, among others, configuration of tax and billing settings and configuration of warehouse management.
3846
3945
  * @property {GetSystemCurrenciesRequest} getSystemCurrencies This method returns the current exchange rate in relation to the currency set in the administration panel.
@@ -3884,4 +3983,4 @@
3884
3983
  * @property {PutWmsSuppliersRequest} putWmsSuppliers The method allows information about suppliers to be updated, including address details, description, order preparation time or supplier working hours..
3885
3984
  */
3886
3985
 
3887
- export const DEFAULT_VERSION = 1;
3986
+ export const DEFAULT_VERSION = 5;