idosell 0.2.4 → 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.
- package/dist/gates.def.js +234 -151
- package/dist/gates.js +22 -0
- package/dist/methods/postSubscriptionsAddProduct.js +7 -0
- package/dist/methods/postSubscriptionsChangeDeliveryDates.js +7 -0
- package/dist/methods/postSubscriptionsChangePriceAutoUpdate.js +7 -0
- package/dist/methods/postSubscriptionsChangeStatus.js +7 -0
- package/dist/methods/postSubscriptionsDeleteProduct.js +7 -0
- package/dist/methods/postSubscriptionsEdit.js +7 -0
- package/dist/methods/postSubscriptionsEditProduct.js +7 -0
- package/dist/methods/postSubscriptionsItemsList.js +7 -0
- package/dist/methods/postSubscriptionsListViewFetchIds.js +7 -0
- package/dist/methods/postSubscriptionsListViewList.js +7 -0
- package/dist/methods/postSubscriptionsSetRebateCode.js +7 -0
- package/dist/methods/postSubscriptionsUnsetRebateCode.js +7 -0
- package/dist/params.js +0 -3
- package/dist/request.js +6 -3
- package/package.json +1 -1
package/dist/gates.def.js
CHANGED
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
* @property {(currency: String) => PostClientsBalanceRequest} currency Currency of operation.
|
|
23
23
|
* @property {(note: String) => PostClientsBalanceRequest} note Note.
|
|
24
24
|
* @property {(prepaidId: Integer) => PostClientsBalanceRequest} prepaidId Order payment identifier.
|
|
25
|
-
* @property {(balance: Number, currency: String) =>
|
|
26
|
-
* @property {(balance: Number, currency: String) =>
|
|
25
|
+
* @property {(balance: Number, currency: String) => PostClientsBalanceRequest} add Adds value to client balance
|
|
26
|
+
* @property {(balance: Number, currency: String) => PostClientsBalanceRequest} remove Subtracts value to client balance
|
|
27
27
|
* @property {function} exec Excecute request
|
|
28
28
|
*/
|
|
29
29
|
|
|
@@ -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 {
|
|
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 {
|
|
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 {
|
|
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 {
|
|
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 {
|
|
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 {
|
|
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 {
|
|
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 {
|
|
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,10 +281,10 @@
|
|
|
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 {
|
|
283
|
-
* @property {(amount: Float, currency: String) =>
|
|
284
|
-
* @property {(amount: Float, currency: String) =>
|
|
285
|
-
* @property {(amount: Float, currency: String) =>
|
|
284
|
+
* @property {() => PutClientsGiftcardsRequest} append Append current data to array and start modifying next row
|
|
285
|
+
* @property {(amount: Float, currency: String) => PutClientsGiftcardsRequest} add Adds balance to current gift card
|
|
286
|
+
* @property {(amount: Float, currency: String) => PutClientsGiftcardsRequest} subtract Subtract from balance to current gift card
|
|
287
|
+
* @property {(amount: Float, currency: String) => PutClientsGiftcardsRequest} set Set balance to current gift card
|
|
286
288
|
* @property {function} exec Excecute request
|
|
287
289
|
*/
|
|
288
290
|
|
|
@@ -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 {
|
|
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 {
|
|
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 {
|
|
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 {
|
|
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 {
|
|
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 {
|
|
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 {
|
|
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 {
|
|
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 {
|
|
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 {
|
|
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 {
|
|
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 {
|
|
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
|
|
|
@@ -930,7 +933,7 @@
|
|
|
930
933
|
* @property {(longDescription: String) => PostEntriesRequest} longDescription Long description
|
|
931
934
|
* @property {(blogUrl: String) => PostEntriesRequest} blogUrl Blog post URL
|
|
932
935
|
* @property {(newsUrl: String) => PostEntriesRequest} newsUrl News item URL
|
|
933
|
-
* @property {
|
|
936
|
+
* @property {() => PostEntriesRequest} append Append current data to array and start modifying next row
|
|
934
937
|
* @property {function} exec Excecute request
|
|
935
938
|
*/
|
|
936
939
|
|
|
@@ -984,7 +987,7 @@
|
|
|
984
987
|
* @property {(menuFilterDisplay: 'name'|'gfx'|'namegfx') => PutMenuFilterRequest} menuFilterDisplay Display as: "name" - text, "gfx" - graphics, "namegfx" - text and graphics.
|
|
985
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.
|
|
986
989
|
* @property {(menuFilterDefaultEnabled: 'y'|'n') => PutMenuFilterRequest} menuFilterDefaultEnabled Enabled by default .
|
|
987
|
-
* @property {
|
|
990
|
+
* @property {() => PutMenuFilterRequest} append Append current data to array and start modifying next row
|
|
988
991
|
* @property {function} exec Excecute request
|
|
989
992
|
*/
|
|
990
993
|
|
|
@@ -996,7 +999,7 @@
|
|
|
996
999
|
* @property {(menu_id: Integer) => DeleteMenuRequest} menu_id Menu ID.
|
|
997
1000
|
* @property {(item_id: Integer) => DeleteMenuRequest} item_id Menu element ID.
|
|
998
1001
|
* @property {(item_textid: String) => DeleteMenuRequest} item_textid Menu element text identifier. Example: "item1\item2\item3".
|
|
999
|
-
* @property {
|
|
1002
|
+
* @property {() => DeleteMenuRequest} append Append current data to array and start modifying next row
|
|
1000
1003
|
* @property {function} exec Excecute request
|
|
1001
1004
|
*/
|
|
1002
1005
|
|
|
@@ -1020,7 +1023,7 @@
|
|
|
1020
1023
|
* @property {(parent_id: String) => PostMenuRequest} parent_id Parent menu element ID.
|
|
1021
1024
|
* @property {(parent_textid: String) => PostMenuRequest} parent_textid Menu element text identifier. Example: "item1\item2".
|
|
1022
1025
|
* @property {(lang_data: Array<Object>) => PostMenuRequest} lang_data
|
|
1023
|
-
* @property {
|
|
1026
|
+
* @property {() => PostMenuRequest} append Append current data to array and start modifying next row
|
|
1024
1027
|
* @property {function} exec Excecute request
|
|
1025
1028
|
*/
|
|
1026
1029
|
|
|
@@ -1033,7 +1036,7 @@
|
|
|
1033
1036
|
* @property {(item_id: String) => PutMenuRequest} item_id Menu element ID.
|
|
1034
1037
|
* @property {(item_textid: String) => PutMenuRequest} item_textid Menu element text identifier. Example: "item1\item2\item3".
|
|
1035
1038
|
* @property {(lang_data: Array<Object>) => PutMenuRequest} lang_data
|
|
1036
|
-
* @property {
|
|
1039
|
+
* @property {() => PutMenuRequest} append Append current data to array and start modifying next row
|
|
1037
1040
|
* @property {function} exec Excecute request
|
|
1038
1041
|
*/
|
|
1039
1042
|
|
|
@@ -1047,7 +1050,7 @@
|
|
|
1047
1050
|
* @property {(parent_id: Integer) => PutMenuSortRequest} parent_id Menu element text identifier.
|
|
1048
1051
|
* @property {(parent_textid: String) => PutMenuSortRequest} parent_textid Menu element text identifier. Example: "item1\item2\item3".
|
|
1049
1052
|
* @property {(recursive: 'y'|'n') => PutMenuSortRequest} recursive Recurring: y/n!
|
|
1050
|
-
* @property {
|
|
1053
|
+
* @property {() => PutMenuSortRequest} append Append current data to array and start modifying next row
|
|
1051
1054
|
* @property {function} exec Excecute request
|
|
1052
1055
|
*/
|
|
1053
1056
|
|
|
@@ -1096,7 +1099,7 @@
|
|
|
1096
1099
|
* @property {(splitPayments: Boolean) => PutOrdersDevideRequest} splitPayments Whether to split payments
|
|
1097
1100
|
* @property {(basketPosition: Integer) => PutOrdersDevideRequest} basketPosition Item in basket.
|
|
1098
1101
|
* @property {(quantity: Number) => PutOrdersDevideRequest} quantity Quantity
|
|
1099
|
-
* @property {
|
|
1102
|
+
* @property {() => PutOrdersDevideRequest} append Append current data to array and start modifying next row
|
|
1100
1103
|
* @property {function} exec Excecute request
|
|
1101
1104
|
*/
|
|
1102
1105
|
|
|
@@ -1116,7 +1119,7 @@
|
|
|
1116
1119
|
* @property {(documents: Array<Object>) => DeleteOrdersDocumentsRequest} documents List of documents.
|
|
1117
1120
|
* @property {(orderSerialNumber: Integer) => DeleteOrdersDocumentsRequest} orderSerialNumber Order serial number.
|
|
1118
1121
|
* @property {(id: Integer) => DeleteOrdersDocumentsRequest} id Document identifier.
|
|
1119
|
-
* @property {
|
|
1122
|
+
* @property {() => DeleteOrdersDocumentsRequest} append Append current data to array and start modifying next row
|
|
1120
1123
|
* @property {function} exec Excecute request
|
|
1121
1124
|
*/
|
|
1122
1125
|
|
|
@@ -1124,6 +1127,7 @@
|
|
|
1124
1127
|
* @typedef {Object} GetOrdersDocumentsRequest
|
|
1125
1128
|
* @property {(orderSerialNumber: Array<String>) => GetOrdersDocumentsRequest} orderSerialNumber Order serial number.
|
|
1126
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
|
|
1127
1131
|
* @property {function} exec Excecute request
|
|
1128
1132
|
*/
|
|
1129
1133
|
|
|
@@ -1136,7 +1140,7 @@
|
|
|
1136
1140
|
* @property {(type: 'vat_invoice'|'corrective_vat_invoice'|'other') => PostOrdersDocumentsRequest} type Document type.
|
|
1137
1141
|
* @property {(returnedInOrderDetails: 'y'|'n') => PostOrdersDocumentsRequest} returnedInOrderDetails Is it to be shown to the customer in the order view.
|
|
1138
1142
|
* @property {(additionalData: Object) => PostOrdersDocumentsRequest} additionalData Additional information.
|
|
1139
|
-
* @property {
|
|
1143
|
+
* @property {() => PostOrdersDocumentsRequest} append Append current data to array and start modifying next row
|
|
1140
1144
|
* @property {function} exec Excecute request
|
|
1141
1145
|
*/
|
|
1142
1146
|
|
|
@@ -1194,7 +1198,7 @@
|
|
|
1194
1198
|
* @property {(order: Object) => DeleteOrdersImagesRequest} order
|
|
1195
1199
|
* @property {(images: Array<Object>) => DeleteOrdersImagesRequest} images List of attachment IDs to be removed from the details of the selected order
|
|
1196
1200
|
* @property {(id: Integer) => DeleteOrdersImagesRequest} id Attachment ID
|
|
1197
|
-
* @property {
|
|
1201
|
+
* @property {() => DeleteOrdersImagesRequest} append Append current data to array and start modifying next row
|
|
1198
1202
|
* @property {function} exec Excecute request
|
|
1199
1203
|
*/
|
|
1200
1204
|
|
|
@@ -1214,7 +1218,7 @@
|
|
|
1214
1218
|
* @property {(type: 'product'|'package') => PostOrdersImagesRequest} type Type. Available values: product - Product photo, package - Package photo
|
|
1215
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.
|
|
1216
1220
|
* @property {(name: String) => PostOrdersImagesRequest} name Name
|
|
1217
|
-
* @property {
|
|
1221
|
+
* @property {() => PostOrdersImagesRequest} append Append current data to array and start modifying next row
|
|
1218
1222
|
* @property {(orderId: String) => PostOrdersImagesRequest} orderId Define orderId value nested inside order
|
|
1219
1223
|
* @property {(orderSerialNumber: Integer) => PostOrdersImagesRequest} orderSerialNumber Define orderSerialNumber value nested inside order
|
|
1220
1224
|
* @property {function} exec Excecute request
|
|
@@ -1291,7 +1295,7 @@
|
|
|
1291
1295
|
* @property {(billingCurrency: String) => PostOrdersRequest} billingCurrency Order settlement currency.
|
|
1292
1296
|
* @property {(billingCurrencyRate: Number) => PostOrdersRequest} billingCurrencyRate Panel billing currency exchange rate in relation to billing currency in the shop .
|
|
1293
1297
|
* @property {(purchaseDate: String) => PostOrdersRequest} purchaseDate Sale date. ISO 8602 format.
|
|
1294
|
-
* @property {
|
|
1298
|
+
* @property {() => PostOrdersRequest} append Append current data to array and start modifying next row
|
|
1295
1299
|
* @property {function} exec Excecute request
|
|
1296
1300
|
*/
|
|
1297
1301
|
|
|
@@ -1317,7 +1321,7 @@
|
|
|
1317
1321
|
* @property {(billingCurrencyRate: Number) => PutOrdersRequest} billingCurrencyRate Panel billing currency exchange rate in relation to billing currency in the shop .
|
|
1318
1322
|
* @property {(purchaseDate: String) => PutOrdersRequest} purchaseDate Sale date. ISO 8602 format.
|
|
1319
1323
|
* @property {(estimatedDeliveryDate: String) => PutOrdersRequest} estimatedDeliveryDate Estimated date of shipment of the order in format Y-m-d H:i
|
|
1320
|
-
* @property {
|
|
1324
|
+
* @property {() => PutOrdersRequest} append Append current data to array and start modifying next row
|
|
1321
1325
|
* @property {function} exec Excecute request
|
|
1322
1326
|
*/
|
|
1323
1327
|
|
|
@@ -1363,11 +1367,11 @@
|
|
|
1363
1367
|
* @property {(stockIds: Array<Integer>) => SearchOrdersRequest} stockIds Define stocks by passing array of values
|
|
1364
1368
|
* @property {(campaignIds: Array<Integer>) => SearchOrdersRequest} campaignIds Define campaign by passing array of values
|
|
1365
1369
|
* @property {(discountCodes: Array<String>) => SearchOrdersRequest} discountCodes Define campaign by passing array of values
|
|
1366
|
-
* @property {(productId: Integer, sizeId: String|null) =>
|
|
1367
|
-
* @property {(orderHasPackage: Boolean) =>
|
|
1368
|
-
* @property {(accountName: String) =>
|
|
1369
|
-
* @property {(accountName: String) =>
|
|
1370
|
-
* @property {(accountName: String) =>
|
|
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
|
|
1371
1375
|
* @property {(page: Integer, limit: Integer) => SearchOrdersRequest} page Define page number and maximum results per page
|
|
1372
1376
|
* @property {() => Integer} count Returns total numer of results
|
|
1373
1377
|
* @property {function} exec Excecute request
|
|
@@ -1389,7 +1393,7 @@
|
|
|
1389
1393
|
* @property {(eventId: String) => PostOrdersPackagesRequest} eventId Id.
|
|
1390
1394
|
* @property {(eventType: 'order'|'rma'|'return') => PostOrdersPackagesRequest} eventType Type.
|
|
1391
1395
|
* @property {(packages: Array<Object>) => PostOrdersPackagesRequest} packages Information on consignments.
|
|
1392
|
-
* @property {
|
|
1396
|
+
* @property {() => PostOrdersPackagesRequest} append Append current data to array and start modifying next row
|
|
1393
1397
|
* @property {function} exec Excecute request
|
|
1394
1398
|
*/
|
|
1395
1399
|
|
|
@@ -1399,7 +1403,7 @@
|
|
|
1399
1403
|
* @property {(eventId: String) => PutOrdersPackagesRequest} eventId Id.
|
|
1400
1404
|
* @property {(eventType: 'order'|'rma'|'return') => PutOrdersPackagesRequest} eventType Type.
|
|
1401
1405
|
* @property {(packages: Array<Object>) => PutOrdersPackagesRequest} packages Information on consignments.
|
|
1402
|
-
* @property {
|
|
1406
|
+
* @property {() => PutOrdersPackagesRequest} append Append current data to array and start modifying next row
|
|
1403
1407
|
* @property {function} exec Excecute request
|
|
1404
1408
|
*/
|
|
1405
1409
|
|
|
@@ -1426,7 +1430,7 @@
|
|
|
1426
1430
|
* @property {(orders: Array<Object>) => PutOrdersProductsSerialNumbersRequest} orders Orders.
|
|
1427
1431
|
* @property {(orderSerialNumber: Integer) => PutOrdersProductsSerialNumbersRequest} orderSerialNumber Order serial number.
|
|
1428
1432
|
* @property {(orderProducts: Array<Object>) => PutOrdersProductsSerialNumbersRequest} orderProducts Products list.
|
|
1429
|
-
* @property {
|
|
1433
|
+
* @property {() => PutOrdersProductsSerialNumbersRequest} append Append current data to array and start modifying next row
|
|
1430
1434
|
* @property {function} exec Excecute request
|
|
1431
1435
|
*/
|
|
1432
1436
|
|
|
@@ -1437,7 +1441,7 @@
|
|
|
1437
1441
|
* @property {(products: Array<Object>) => PutOrdersProfitMarginRequest} products Products list.
|
|
1438
1442
|
* @property {(errors: Object) => PutOrdersProfitMarginRequest} errors Information on error that occurred during gate call.
|
|
1439
1443
|
* @property {(isProductsErrors: Boolean) => PutOrdersProfitMarginRequest} isProductsErrors Flag marking errors in the result.
|
|
1440
|
-
* @property {
|
|
1444
|
+
* @property {() => PutOrdersProfitMarginRequest} append Append current data to array and start modifying next row
|
|
1441
1445
|
* @property {function} exec Excecute request
|
|
1442
1446
|
*/
|
|
1443
1447
|
|
|
@@ -1491,11 +1495,11 @@
|
|
|
1491
1495
|
* @property {(stockIds: Array<Integer>) => SearchOrdersUnfinishedRequest} stockIds Define stocks by passing array of values
|
|
1492
1496
|
* @property {(campaignIds: Array<Integer>) => SearchOrdersUnfinishedRequest} campaignIds Define campaign by passing array of values
|
|
1493
1497
|
* @property {(discountCodes: Array<String>) => SearchOrdersUnfinishedRequest} discountCodes Define campaign by passing array of values
|
|
1494
|
-
* @property {(productId: Integer, sizeId: String|null) =>
|
|
1495
|
-
* @property {(orderHasPackage: Boolean) =>
|
|
1496
|
-
* @property {(accountName: String) =>
|
|
1497
|
-
* @property {(accountName: String) =>
|
|
1498
|
-
* @property {(accountName: String) =>
|
|
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
|
|
1499
1503
|
* @property {(page: Integer, limit: Integer) => SearchOrdersUnfinishedRequest} page Define page number and maximum results per page
|
|
1500
1504
|
* @property {() => Integer} count Returns total numer of results
|
|
1501
1505
|
* @property {function} exec Excecute request
|
|
@@ -1520,9 +1524,9 @@
|
|
|
1520
1524
|
* @typedef {Object} GetPackagesLabelsRequest
|
|
1521
1525
|
* @property {(eventId: Integer) => GetPackagesLabelsRequest} eventId Id.
|
|
1522
1526
|
* @property {(eventType: 'order'|'rma'|'return') => GetPackagesLabelsRequest} eventType Event type
|
|
1523
|
-
* @property {(orderSerialNumber: Integer) =>
|
|
1524
|
-
* @property {(rmaId: Integer) =>
|
|
1525
|
-
* @property {(returnId: Integer) =>
|
|
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
|
|
1526
1530
|
* @property {function} exec Excecute request
|
|
1527
1531
|
*/
|
|
1528
1532
|
|
|
@@ -1534,7 +1538,7 @@
|
|
|
1534
1538
|
* @property {(parcelParametersByPackages: Array<Object>) => PostPackagesLabelsRequest} parcelParametersByPackages Shipment configuration options available for Inpost Smile courier
|
|
1535
1539
|
* @property {(packageId: String) => PostPackagesLabelsRequest} packageId Package ID in system.
|
|
1536
1540
|
* @property {(parcelParameters: Array<Object>) => PostPackagesLabelsRequest} parcelParameters Shipment configuration options available for a given courier
|
|
1537
|
-
* @property {
|
|
1541
|
+
* @property {() => PostPackagesLabelsRequest} append Append current data to array and start modifying next row
|
|
1538
1542
|
* @property {function} exec Excecute request
|
|
1539
1543
|
*/
|
|
1540
1544
|
|
|
@@ -1544,7 +1548,7 @@
|
|
|
1544
1548
|
* @property {(orderId: String) => PostPackagesRequest} orderId Order ID.
|
|
1545
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"
|
|
1546
1550
|
* @property {(packages: Array<Object>) => PostPackagesRequest} packages Information on consignments.
|
|
1547
|
-
* @property {
|
|
1551
|
+
* @property {() => PostPackagesRequest} append Append current data to array and start modifying next row
|
|
1548
1552
|
* @property {function} exec Excecute request
|
|
1549
1553
|
*/
|
|
1550
1554
|
|
|
@@ -1554,7 +1558,7 @@
|
|
|
1554
1558
|
* @property {(orderId: String) => PutPackagesRequest} orderId Order ID.
|
|
1555
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"
|
|
1556
1560
|
* @property {(packages: Array<Object>) => PutPackagesRequest} packages Information on consignments.
|
|
1557
|
-
* @property {
|
|
1561
|
+
* @property {() => PutPackagesRequest} append Append current data to array and start modifying next row
|
|
1558
1562
|
* @property {function} exec Excecute request
|
|
1559
1563
|
*/
|
|
1560
1564
|
|
|
@@ -1565,10 +1569,10 @@
|
|
|
1565
1569
|
* @property {(returnLabels: Boolean) => SearchPackagesRequest} returnLabels Return parcel labels.
|
|
1566
1570
|
* @property {(eventType: 'order'|'rma'|'return') => SearchPackagesRequest} eventType Type.
|
|
1567
1571
|
* @property {(eventsIds: Array<Integer>) => SearchPackagesRequest} eventsIds IDs.
|
|
1568
|
-
* @property {
|
|
1569
|
-
* @property {(orderSerialNumbers: Array<Integer>) =>
|
|
1570
|
-
* @property {(rmaIds: Array<Integer>) =>
|
|
1571
|
-
* @property {(returnIds: Array<Integer>) =>
|
|
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
|
|
1572
1576
|
* @property {function} exec Excecute request
|
|
1573
1577
|
*/
|
|
1574
1578
|
|
|
@@ -1673,7 +1677,7 @@
|
|
|
1673
1677
|
* @property {(errors: Object) => PutProductsAttachmentsRequest} errors Information on error that occurred during gate call.
|
|
1674
1678
|
* @property {(attachmentsErrorsOccurred: Boolean) => PutProductsAttachmentsRequest} attachmentsErrorsOccurred Flag indicating if there are errors in results of attachments settings.
|
|
1675
1679
|
* @property {(virtualAttachmentsErrorsOccurred: Boolean) => PutProductsAttachmentsRequest} virtualAttachmentsErrorsOccurred Flag indicating if there are errors in results of virtual attachments settings.
|
|
1676
|
-
* @property {
|
|
1680
|
+
* @property {() => PutProductsAttachmentsRequest} append Append current data to array and start modifying next row
|
|
1677
1681
|
* @property {function} exec Excecute request
|
|
1678
1682
|
*/
|
|
1679
1683
|
|
|
@@ -1685,7 +1689,7 @@
|
|
|
1685
1689
|
* @property {(resultsPage: Integer) => GetProductsAuctionsRequest} resultsPage Page with results number. Numeration starts from 0
|
|
1686
1690
|
* @property {(resultsLimit: Integer) => GetProductsAuctionsRequest} resultsLimit Number of results on page. Value from 1 to 100
|
|
1687
1691
|
* @property {(ids: Array<Integer>) => GetProductsAuctionsRequest} ids Define products by passing array of values
|
|
1688
|
-
* @property {() =>
|
|
1692
|
+
* @property {() => GetProductsAuctionsRequest} fromAllegro Get auction data on products
|
|
1689
1693
|
* @property {(page: Integer, limit: Integer) => GetProductsAuctionsRequest} page Define page number and maximum results per page
|
|
1690
1694
|
* @property {() => Integer} count Returns total numer of results
|
|
1691
1695
|
* @property {function} exec Excecute request
|
|
@@ -1717,7 +1721,7 @@
|
|
|
1717
1721
|
* @property {(filterDisplay: 'name'|'gfx'|'namegfx') => PutProductsBrandsFilterRequest} filterDisplay Display as: "name" - text, "gfx" - graphics, "namegfx" - text and graphics.
|
|
1718
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.
|
|
1719
1723
|
* @property {(filterDefaultEnabled: 'y'|'n') => PutProductsBrandsFilterRequest} filterDefaultEnabled Enabled by default .
|
|
1720
|
-
* @property {
|
|
1724
|
+
* @property {() => PutProductsBrandsFilterRequest} append Append current data to array and start modifying next row
|
|
1721
1725
|
* @property {function} exec Excecute request
|
|
1722
1726
|
*/
|
|
1723
1727
|
|
|
@@ -1737,7 +1741,7 @@
|
|
|
1737
1741
|
* @property {(nameInPanel: String) => PostProductsBrandsRequest} nameInPanel Name in panel
|
|
1738
1742
|
* @property {(imagesSettings: Object) => PostProductsBrandsRequest} imagesSettings
|
|
1739
1743
|
* @property {(languagesConfigurations: Array<Object>) => PostProductsBrandsRequest} languagesConfigurations
|
|
1740
|
-
* @property {
|
|
1744
|
+
* @property {() => PostProductsBrandsRequest} append Append current data to array and start modifying next row
|
|
1741
1745
|
* @property {function} exec Excecute request
|
|
1742
1746
|
*/
|
|
1743
1747
|
|
|
@@ -1748,7 +1752,7 @@
|
|
|
1748
1752
|
* @property {(nameInPanel: String) => PutProductsBrandsRequest} nameInPanel Name in panel
|
|
1749
1753
|
* @property {(imagesSettings: Object) => PutProductsBrandsRequest} imagesSettings
|
|
1750
1754
|
* @property {(languagesConfigurations: Array<Object>) => PutProductsBrandsRequest} languagesConfigurations
|
|
1751
|
-
* @property {
|
|
1755
|
+
* @property {() => PutProductsBrandsRequest} append Append current data to array and start modifying next row
|
|
1752
1756
|
* @property {function} exec Excecute request
|
|
1753
1757
|
*/
|
|
1754
1758
|
|
|
@@ -1756,7 +1760,7 @@
|
|
|
1756
1760
|
* @typedef {Object} PostProductsBundlesRequest
|
|
1757
1761
|
* @property {(params: Array<Object>) => PostProductsBundlesRequest} params Parameters transmitted to method
|
|
1758
1762
|
* @property {(products: Array<Object>) => PostProductsBundlesRequest} products Products list.
|
|
1759
|
-
* @property {
|
|
1763
|
+
* @property {() => PostProductsBundlesRequest} append Append current data to array and start modifying next row
|
|
1760
1764
|
* @property {function} exec Excecute request
|
|
1761
1765
|
*/
|
|
1762
1766
|
|
|
@@ -1765,7 +1769,7 @@
|
|
|
1765
1769
|
* @property {(params: Array<Object>) => DeleteProductsBundlesProductsRequest} params Parameters transmitted to method
|
|
1766
1770
|
* @property {(products: Array<Object>) => DeleteProductsBundlesProductsRequest} products Products list.
|
|
1767
1771
|
* @property {(bundleIdent: Object) => DeleteProductsBundlesProductsRequest} bundleIdent
|
|
1768
|
-
* @property {
|
|
1772
|
+
* @property {() => DeleteProductsBundlesProductsRequest} append Append current data to array and start modifying next row
|
|
1769
1773
|
* @property {function} exec Excecute request
|
|
1770
1774
|
*/
|
|
1771
1775
|
|
|
@@ -1774,7 +1778,7 @@
|
|
|
1774
1778
|
* @property {(params: Array<Object>) => PostProductsBundlesProductsRequest} params Parameters transmitted to method
|
|
1775
1779
|
* @property {(products: Array<Object>) => PostProductsBundlesProductsRequest} products Products list.
|
|
1776
1780
|
* @property {(bundleIdent: Object) => PostProductsBundlesProductsRequest} bundleIdent
|
|
1777
|
-
* @property {
|
|
1781
|
+
* @property {() => PostProductsBundlesProductsRequest} append Append current data to array and start modifying next row
|
|
1778
1782
|
* @property {function} exec Excecute request
|
|
1779
1783
|
*/
|
|
1780
1784
|
|
|
@@ -1783,7 +1787,7 @@
|
|
|
1783
1787
|
* @property {(params: Array<Object>) => PutProductsBundlesProductsQuantityRequest} params Parameters transmitted to method
|
|
1784
1788
|
* @property {(products: Array<Object>) => PutProductsBundlesProductsQuantityRequest} products Products list.
|
|
1785
1789
|
* @property {(bundleIdent: Object) => PutProductsBundlesProductsQuantityRequest} bundleIdent
|
|
1786
|
-
* @property {
|
|
1790
|
+
* @property {() => PutProductsBundlesProductsQuantityRequest} append Append current data to array and start modifying next row
|
|
1787
1791
|
* @property {function} exec Excecute request
|
|
1788
1792
|
*/
|
|
1789
1793
|
|
|
@@ -1792,7 +1796,7 @@
|
|
|
1792
1796
|
* @property {(params: Array<Object>) => PutProductsBundlesRenewRequest} params Parameters transmitted to method
|
|
1793
1797
|
* @property {(products: Array<Object>) => PutProductsBundlesRenewRequest} products Products list.
|
|
1794
1798
|
* @property {(bundleIdent: Object) => PutProductsBundlesRenewRequest} bundleIdent ID of a set being modified.
|
|
1795
|
-
* @property {
|
|
1799
|
+
* @property {() => PutProductsBundlesRenewRequest} append Append current data to array and start modifying next row
|
|
1796
1800
|
* @property {function} exec Excecute request
|
|
1797
1801
|
*/
|
|
1798
1802
|
|
|
@@ -1816,7 +1820,7 @@
|
|
|
1816
1820
|
* @property {(priority: Integer) => PutProductsCategoriesRequest} priority Category priority. Value from 1 to 19.
|
|
1817
1821
|
* @property {(operation: String) => PutProductsCategoriesRequest} operation Operation code. Allowed values. "add" - adds new category, "edit" - edits existing category, "del" - deletes existing category.
|
|
1818
1822
|
* @property {(lang_data: Array<Object>) => PutProductsCategoriesRequest} lang_data
|
|
1819
|
-
* @property {
|
|
1823
|
+
* @property {() => PutProductsCategoriesRequest} append Append current data to array and start modifying next row
|
|
1820
1824
|
* @property {function} exec Excecute request
|
|
1821
1825
|
*/
|
|
1822
1826
|
|
|
@@ -1839,7 +1843,7 @@
|
|
|
1839
1843
|
* @property {(identType: 'id'|'index'|'codeExtern'|'codeProducer'|'codeDeliverer') => GetProductsCodeExistenceRequest} identType
|
|
1840
1844
|
* @property {(products: Array<String>) => GetProductsCodeExistenceRequest} products Products list.
|
|
1841
1845
|
* @property {(delivererId: String) => GetProductsCodeExistenceRequest} delivererId
|
|
1842
|
-
* @property {(productId: Integer|Array<Integer> type: 'id'|'index'|'codeExtern'|'codeProducer') =>
|
|
1846
|
+
* @property {(productId: Integer|Array<Integer> type: 'id'|'index'|'codeExtern'|'codeProducer') => GetProductsCodeExistenceRequest} productId Set product identifiers
|
|
1843
1847
|
* @property {function} exec Excecute request
|
|
1844
1848
|
*/
|
|
1845
1849
|
|
|
@@ -1847,7 +1851,7 @@
|
|
|
1847
1851
|
* @typedef {Object} PostProductsCollectionsRequest
|
|
1848
1852
|
* @property {(params: Array<Object>) => PostProductsCollectionsRequest} params Parameters transmitted to method
|
|
1849
1853
|
* @property {(products: Array<Object>) => PostProductsCollectionsRequest} products Products list.
|
|
1850
|
-
* @property {
|
|
1854
|
+
* @property {() => PostProductsCollectionsRequest} append Append current data to array and start modifying next row
|
|
1851
1855
|
* @property {function} exec Excecute request
|
|
1852
1856
|
*/
|
|
1853
1857
|
|
|
@@ -1856,7 +1860,7 @@
|
|
|
1856
1860
|
* @property {(params: Array<Object>) => DeleteProductsCollectionsProductsRequest} params Parameters transmitted to method
|
|
1857
1861
|
* @property {(products: Array<Object>) => DeleteProductsCollectionsProductsRequest} products Products list.
|
|
1858
1862
|
* @property {(collectionId: Integer) => DeleteProductsCollectionsProductsRequest} collectionId ID of a collection being modified
|
|
1859
|
-
* @property {
|
|
1863
|
+
* @property {() => DeleteProductsCollectionsProductsRequest} append Append current data to array and start modifying next row
|
|
1860
1864
|
* @property {function} exec Excecute request
|
|
1861
1865
|
*/
|
|
1862
1866
|
|
|
@@ -1865,7 +1869,7 @@
|
|
|
1865
1869
|
* @property {(params: Array<Object>) => PostProductsCollectionsProductsRequest} params Parameters transmitted to method
|
|
1866
1870
|
* @property {(products: Array<Object>) => PostProductsCollectionsProductsRequest} products Products list.
|
|
1867
1871
|
* @property {(collectionId: Integer) => PostProductsCollectionsProductsRequest} collectionId ID of a collection being modified
|
|
1868
|
-
* @property {
|
|
1872
|
+
* @property {() => PostProductsCollectionsProductsRequest} append Append current data to array and start modifying next row
|
|
1869
1873
|
* @property {function} exec Excecute request
|
|
1870
1874
|
*/
|
|
1871
1875
|
|
|
@@ -1874,7 +1878,7 @@
|
|
|
1874
1878
|
* @property {(params: Array<Object>) => PutProductsCollectionsProductsRequest} params Parameters transmitted to method
|
|
1875
1879
|
* @property {(products: Array<Object>) => PutProductsCollectionsProductsRequest} products Products list.
|
|
1876
1880
|
* @property {(collectionId: Integer) => PutProductsCollectionsProductsRequest} collectionId ID of a collection being modified.
|
|
1877
|
-
* @property {
|
|
1881
|
+
* @property {() => PutProductsCollectionsProductsRequest} append Append current data to array and start modifying next row
|
|
1878
1882
|
* @property {function} exec Excecute request
|
|
1879
1883
|
*/
|
|
1880
1884
|
|
|
@@ -1883,7 +1887,7 @@
|
|
|
1883
1887
|
* @property {(params: Array<Object>) => PutProductsCollectionsRenewRequest} params Parameters transmitted to method
|
|
1884
1888
|
* @property {(products: Array<Object>) => PutProductsCollectionsRenewRequest} products Products list.
|
|
1885
1889
|
* @property {(collectionIdent: Object) => PutProductsCollectionsRenewRequest} collectionIdent ID of a collection being modified.
|
|
1886
|
-
* @property {
|
|
1890
|
+
* @property {() => PutProductsCollectionsRenewRequest} append Append current data to array and start modifying next row
|
|
1887
1891
|
* @property {function} exec Excecute request
|
|
1888
1892
|
*/
|
|
1889
1893
|
|
|
@@ -1897,7 +1901,7 @@
|
|
|
1897
1901
|
* @property {(sizePanelName: String) => SearchProductsDeliveryTimeRequest} sizePanelName Size name
|
|
1898
1902
|
* @property {(productIndex: String) => SearchProductsDeliveryTimeRequest} productIndex Product IAI code
|
|
1899
1903
|
* @property {(productSizeQuantity: Number) => SearchProductsDeliveryTimeRequest} productSizeQuantity Product quantity.
|
|
1900
|
-
* @property {
|
|
1904
|
+
* @property {() => SearchProductsDeliveryTimeRequest} append Append current data to array and start modifying next row
|
|
1901
1905
|
* @property {function} exec Excecute request
|
|
1902
1906
|
*/
|
|
1903
1907
|
|
|
@@ -1915,7 +1919,7 @@
|
|
|
1915
1919
|
* @property {(productIdent: Object) => PutProductsDescriptionsRequest} productIdent
|
|
1916
1920
|
* @property {(productDescriptionsLangData: Array<Object>) => PutProductsDescriptionsRequest} productDescriptionsLangData Array of language-dependent elements.
|
|
1917
1921
|
* @property {(productAuctionDescriptionsData: Array<Object>) => PutProductsDescriptionsRequest} productAuctionDescriptionsData Product data for auction services
|
|
1918
|
-
* @property {
|
|
1922
|
+
* @property {() => PutProductsDescriptionsRequest} append Append current data to array and start modifying next row
|
|
1919
1923
|
* @property {(productId: Integer) => PutProductsDescriptionsRequest} productId Define identValue value nested inside productIdent
|
|
1920
1924
|
* @property {function} exec Excecute request
|
|
1921
1925
|
*/
|
|
@@ -1924,7 +1928,7 @@
|
|
|
1924
1928
|
* @typedef {Object} PutProductsGroupsMainProductRequest
|
|
1925
1929
|
* @property {(groups: Array<Object>) => PutProductsGroupsMainProductRequest} groups
|
|
1926
1930
|
* @property {(productIdent: Object) => PutProductsGroupsMainProductRequest} productIdent
|
|
1927
|
-
* @property {
|
|
1931
|
+
* @property {() => PutProductsGroupsMainProductRequest} append Append current data to array and start modifying next row
|
|
1928
1932
|
* @property {function} exec Excecute request
|
|
1929
1933
|
*/
|
|
1930
1934
|
|
|
@@ -1932,8 +1936,8 @@
|
|
|
1932
1936
|
* @typedef {Object} PutProductsGroupsOrderRequest
|
|
1933
1937
|
* @property {(groups: Array<Object>) => PutProductsGroupsOrderRequest} groups
|
|
1934
1938
|
* @property {(productsInOrder: Array<Object>) => PutProductsGroupsOrderRequest} productsInOrder
|
|
1935
|
-
* @property {
|
|
1936
|
-
* @property {(Array<Integer>) =>
|
|
1939
|
+
* @property {() => PutProductsGroupsOrderRequest} append Append current data to array and start modifying next row
|
|
1940
|
+
* @property {(Array<Integer>) => PutProductsGroupsOrderRequest} productIdsInOrder Defines order of products within group by automatically setting proprities in order of appearance
|
|
1937
1941
|
* @property {function} exec Excecute request
|
|
1938
1942
|
*/
|
|
1939
1943
|
|
|
@@ -1944,7 +1948,7 @@
|
|
|
1944
1948
|
* @property {(displayInPanel: 'firstAvailable'|'all') => PutProductsGroupsSettingsRequest} displayInPanel Display on the product list in the panel.
|
|
1945
1949
|
* @property {(displayOnPage: 'firstAvailable'|'all'|'specified') => PutProductsGroupsSettingsRequest} displayOnPage Display on a product list on the page.
|
|
1946
1950
|
* @property {(specifiedProductIdent: Object) => PutProductsGroupsSettingsRequest} specifiedProductIdent Selected product in the group.
|
|
1947
|
-
* @property {
|
|
1951
|
+
* @property {() => PutProductsGroupsSettingsRequest} append Append current data to array and start modifying next row
|
|
1948
1952
|
* @property {function} exec Excecute request
|
|
1949
1953
|
*/
|
|
1950
1954
|
|
|
@@ -1962,7 +1966,7 @@
|
|
|
1962
1966
|
* @property {(productId: Integer) => DeleteProductsImagesRequest} productId Product IAI code
|
|
1963
1967
|
* @property {(shopId: Integer) => DeleteProductsImagesRequest} shopId Shop Id
|
|
1964
1968
|
* @property {(productImagesId: Array<String>) => DeleteProductsImagesRequest} productImagesId
|
|
1965
|
-
* @property {
|
|
1969
|
+
* @property {() => DeleteProductsImagesRequest} append Append current data to array and start modifying next row
|
|
1966
1970
|
* @property {function} exec Excecute request
|
|
1967
1971
|
*/
|
|
1968
1972
|
|
|
@@ -1976,13 +1980,13 @@
|
|
|
1976
1980
|
* @property {(productImages: Array<Object>) => PutProductsImagesRequest} productImages Product photos details.
|
|
1977
1981
|
* @property {(productIcons: Array<Object>) => PutProductsImagesRequest} productIcons Product icons list.
|
|
1978
1982
|
* @property {(productImagesSettings: Object) => PutProductsImagesRequest} productImagesSettings Product settings.
|
|
1979
|
-
* @property {
|
|
1983
|
+
* @property {() => PutProductsImagesRequest} append Append current data to array and start modifying next row
|
|
1980
1984
|
* @property {(productId: Integer) => PutProductsImagesRequest} productId Define identValue value nested inside productIdent
|
|
1981
1985
|
* @property {(shopIcon: String) => PutProductsImagesRequest} shopIcon Append productIconSource value into nested array inside productIcons
|
|
1982
1986
|
* @property {(auctionIcon: String) => PutProductsImagesRequest} auctionIcon Append productIconSource value into nested array inside productIcons
|
|
1983
1987
|
* @property {(groupIcon: String) => PutProductsImagesRequest} groupIcon Append productIconSource value into nested array inside productIcons
|
|
1984
|
-
* @property {(source: String, priority: Integer) =>
|
|
1985
|
-
* @property {() =>
|
|
1988
|
+
* @property {(source: String, priority: Integer) => PutProductsImagesRequest} addImage Adds image source with selected priority
|
|
1989
|
+
* @property {() => PutProductsImagesRequest} base64 Set global image source to base64
|
|
1986
1990
|
* @property {function} exec Excecute request
|
|
1987
1991
|
*/
|
|
1988
1992
|
|
|
@@ -2015,7 +2019,7 @@
|
|
|
2015
2019
|
* @property {(promotionElements: Array<Object>) => PostProductsMarketingPromotionRequest} promotionElements Elements to be affected by the promotion
|
|
2016
2020
|
* @property {(elementType: 'product'|'series'|'producer'|'category'|'menu') => PostProductsMarketingPromotionRequest} elementType
|
|
2017
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)
|
|
2018
|
-
* @property {
|
|
2022
|
+
* @property {() => PostProductsMarketingPromotionRequest} append Append current data to array and start modifying next row
|
|
2019
2023
|
* @property {function} exec Excecute request
|
|
2020
2024
|
*/
|
|
2021
2025
|
|
|
@@ -2037,7 +2041,7 @@
|
|
|
2037
2041
|
* @property {(promotionElements: Array<Object>) => PutProductsMarketingPromotionRequest} promotionElements Elements to be affected by the promotion
|
|
2038
2042
|
* @property {(elementType: 'product'|'series'|'producer'|'category'|'menu') => PutProductsMarketingPromotionRequest} elementType
|
|
2039
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)
|
|
2040
|
-
* @property {
|
|
2044
|
+
* @property {() => PutProductsMarketingPromotionRequest} append Append current data to array and start modifying next row
|
|
2041
2045
|
* @property {function} exec Excecute request
|
|
2042
2046
|
*/
|
|
2043
2047
|
|
|
@@ -2045,7 +2049,7 @@
|
|
|
2045
2049
|
* @typedef {Object} GetProductsMarketingZonesRequest
|
|
2046
2050
|
* @property {(identType: 'id'|'index'|'codeExtern'|'codeProducer') => GetProductsMarketingZonesRequest} identType
|
|
2047
2051
|
* @property {(products: Array<String>) => GetProductsMarketingZonesRequest} products Products list.
|
|
2048
|
-
* @property {(productId: Integer|Array<Integer> type: 'id'|'index'|'codeExtern'|'codeProducer') =>
|
|
2052
|
+
* @property {(productId: Integer|Array<Integer> type: 'id'|'index'|'codeExtern'|'codeProducer') => GetProductsMarketingZonesRequest} productId Set product identifiers
|
|
2049
2053
|
* @property {function} exec Excecute request
|
|
2050
2054
|
*/
|
|
2051
2055
|
|
|
@@ -2059,7 +2063,7 @@
|
|
|
2059
2063
|
* @property {(assignment_mode: 'auto'|'manual') => PutProductsMarketingZonesRequest} assignment_mode
|
|
2060
2064
|
* @property {(marketing_zones: Object) => PutProductsMarketingZonesRequest} marketing_zones
|
|
2061
2065
|
* @property {(shops: Array<Object>) => PutProductsMarketingZonesRequest} shops Marketing hotspots in shops
|
|
2062
|
-
* @property {
|
|
2066
|
+
* @property {() => PutProductsMarketingZonesRequest} append Append current data to array and start modifying next row
|
|
2063
2067
|
* @property {function} exec Excecute request
|
|
2064
2068
|
*/
|
|
2065
2069
|
|
|
@@ -2067,7 +2071,7 @@
|
|
|
2067
2071
|
* @typedef {Object} GetProductsOmnibusPricesRequest
|
|
2068
2072
|
* @property {(identType: 'id'|'index'|'codeExtern'|'codeProducer') => GetProductsOmnibusPricesRequest} identType
|
|
2069
2073
|
* @property {(products: Array<String>) => GetProductsOmnibusPricesRequest} products Products list.
|
|
2070
|
-
* @property {(productId: Integer|Array<Integer> type: 'id'|'index'|'codeExtern'|'codeProducer') =>
|
|
2074
|
+
* @property {(productId: Integer|Array<Integer> type: 'id'|'index'|'codeExtern'|'codeProducer') => GetProductsOmnibusPricesRequest} productId Set product identifiers
|
|
2071
2075
|
* @property {function} exec Excecute request
|
|
2072
2076
|
*/
|
|
2073
2077
|
|
|
@@ -2078,7 +2082,7 @@
|
|
|
2078
2082
|
* @property {(sizes: Array<Object>) => PutProductsOmnibusPricesRequest} sizes List of sizes
|
|
2079
2083
|
* @property {(omnibusPrices: Object) => PutProductsOmnibusPricesRequest} omnibusPrices Strikethrough price settings.
|
|
2080
2084
|
* @property {(shops: Array<Object>) => PutProductsOmnibusPricesRequest} shops Strikethrough price settings for the page.
|
|
2081
|
-
* @property {
|
|
2085
|
+
* @property {() => PutProductsOmnibusPricesRequest} append Append current data to array and start modifying next row
|
|
2082
2086
|
* @property {function} exec Excecute request
|
|
2083
2087
|
*/
|
|
2084
2088
|
|
|
@@ -2122,7 +2126,7 @@
|
|
|
2122
2126
|
* @property {(orderSerialNumber: Integer) => PostProductsOpinionsRequest} orderSerialNumber Order serial number.
|
|
2123
2127
|
* @property {(shopAnswer: String) => PostProductsOpinionsRequest} shopAnswer Reply to an opinion
|
|
2124
2128
|
* @property {(opinionConfirmedByPurchase: Boolean) => PostProductsOpinionsRequest} opinionConfirmedByPurchase Opinion confirmed with purchase
|
|
2125
|
-
* @property {
|
|
2129
|
+
* @property {() => PostProductsOpinionsRequest} append Append current data to array and start modifying next row
|
|
2126
2130
|
* @property {function} exec Excecute request
|
|
2127
2131
|
*/
|
|
2128
2132
|
|
|
@@ -2163,9 +2167,9 @@
|
|
|
2163
2167
|
* @property {(search_description: Array<Object>) => PutProductsParametersRequest} search_description Search descriptions of parameter value.
|
|
2164
2168
|
* @property {(card_icons: Array<Object>) => PutProductsParametersRequest} card_icons Icons of section, parameter or value to display on the product card.
|
|
2165
2169
|
* @property {(link_icons: Array<Object>) => PutProductsParametersRequest} link_icons Icons of section, parameter or value to display on the list of products.
|
|
2166
|
-
* @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).
|
|
2167
2171
|
* @property {(context_value_id: String) => PutProductsParametersRequest} context_value_id value of additional feature - Values described in context_id.
|
|
2168
|
-
* @property {
|
|
2172
|
+
* @property {() => PutProductsParametersRequest} append Append current data to array and start modifying next row
|
|
2169
2173
|
* @property {function} exec Excecute request
|
|
2170
2174
|
*/
|
|
2171
2175
|
|
|
@@ -2187,7 +2191,7 @@
|
|
|
2187
2191
|
* @property {(products: Array<Object>) => DeleteProductsRequest} products Products list.
|
|
2188
2192
|
* @property {(productId: Integer) => DeleteProductsRequest} productId Product IAI code
|
|
2189
2193
|
* @property {(productSizeCodeExternal: String) => DeleteProductsRequest} productSizeCodeExternal External product system code for size.
|
|
2190
|
-
* @property {
|
|
2194
|
+
* @property {() => DeleteProductsRequest} append Append current data to array and start modifying next row
|
|
2191
2195
|
* @property {function} exec Excecute request
|
|
2192
2196
|
*/
|
|
2193
2197
|
|
|
@@ -2260,6 +2264,7 @@
|
|
|
2260
2264
|
* @property {(associatedProducts: Array<Object>) => PostProductsRequest} associatedProducts List of products recommended with this product
|
|
2261
2265
|
* @property {(productSizes: Array<Object>) => PostProductsRequest} productSizes Sizes available for products data.
|
|
2262
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.
|
|
2263
2268
|
* @property {(productNames: Object) => PostProductsRequest} productNames Product name.
|
|
2264
2269
|
* @property {(productDescriptions: Object) => PostProductsRequest} productDescriptions
|
|
2265
2270
|
* @property {(productLongDescriptions: Object) => PostProductsRequest} productLongDescriptions Long product description
|
|
@@ -2280,10 +2285,10 @@
|
|
|
2280
2285
|
* @property {(productDimensions: Object) => PostProductsRequest} productDimensions Dimensions and overall weight
|
|
2281
2286
|
* @property {(responsibleProducerCode: String) => PostProductsRequest} responsibleProducerCode Responsible producer code
|
|
2282
2287
|
* @property {(responsiblePersonCode: String) => PostProductsRequest} responsiblePersonCode Responsible person code
|
|
2283
|
-
* @property {
|
|
2284
|
-
* @property {(text: String, type: "name"|"short"|"long"|"metatitle"|"metadescription"|"metakeywords"|"acutionname"|"auctiondescription", language: String, shopId: Integer) =>
|
|
2285
|
-
* @property {(value: Float, type: 'retail'|'wholesale'|'pos'|'minimal'|'strikethroughRetail'|'strikethroughWholesale'|'suggested'|'automaticCalculation') =>
|
|
2286
|
-
* @property {(value: Float, type: 'retail'|'wholesale'|'pos'|'minimal'|'strikethroughRetail'|'strikethroughWholesale'|'suggested'|'automaticCalculation') =>
|
|
2288
|
+
* @property {() => PostProductsRequest} append Append current data to array and start modifying next row
|
|
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
|
|
2290
|
+
* @property {(value: Float, type: 'retail'|'wholesale'|'pos'|'minimal'|'strikethroughRetail'|'strikethroughWholesale'|'suggested'|'automaticCalculation') => PostProductsRequest} addPrice Increases product price by amount
|
|
2291
|
+
* @property {(value: Float, type: 'retail'|'wholesale'|'pos'|'minimal'|'strikethroughRetail'|'strikethroughWholesale'|'suggested'|'automaticCalculation') => PostProductsRequest} setPrice Sets product price by amount
|
|
2287
2292
|
* @property {function} exec Excecute request
|
|
2288
2293
|
*/
|
|
2289
2294
|
|
|
@@ -2380,6 +2385,7 @@
|
|
|
2380
2385
|
* @property {(virtualAttachments: Array<Object>) => PutProductsRequest} virtualAttachments List of product's virtual attachments.
|
|
2381
2386
|
* @property {(attachmentOperationValues: 'edit'|'add'|'remove') => PutProductsRequest} attachmentOperationValues Operation, that will be performed on attachments to product.
|
|
2382
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.
|
|
2383
2389
|
* @property {(productNames: Object) => PutProductsRequest} productNames Product name.
|
|
2384
2390
|
* @property {(productNamesInAuction: Object) => PutProductsRequest} productNamesInAuction DEPRECATED. This parameter is deprecated. Product name for online auctions.
|
|
2385
2391
|
* @property {(productNamesInPriceComparer: Object) => PutProductsRequest} productNamesInPriceComparer Product name for price comparison websites.
|
|
@@ -2423,14 +2429,14 @@
|
|
|
2423
2429
|
* @property {(productDimensions: Object) => PutProductsRequest} productDimensions Dimensions and overall weight
|
|
2424
2430
|
* @property {(responsibleProducerCode: String) => PutProductsRequest} responsibleProducerCode Responsible producer code
|
|
2425
2431
|
* @property {(responsiblePersonCode: String) => PutProductsRequest} responsiblePersonCode Responsible person code
|
|
2426
|
-
* @property {
|
|
2427
|
-
* @property {(text: String, type: "name"|"short"|"long"|"metatitle"|"metadescription"|"metakeywords"|"acutionname"|"auctiondescription", language: String, shopId: Integer) =>
|
|
2428
|
-
* @property {() =>
|
|
2429
|
-
* @property {() =>
|
|
2430
|
-
* @property {(value: Float, type: 'retail'|'wholesale'|'pos'|'minimal'|'strikethroughRetail'|'strikethroughWholesale'|'suggested'|'automaticCalculation') =>
|
|
2431
|
-
* @property {(value: Float, type: 'retail'|'wholesale'|'pos'|'minimal'|'strikethroughRetail'|'strikethroughWholesale'|'suggested'|'automaticCalculation') =>
|
|
2432
|
-
* @property {(shopId: Integer, menuIds: Integer) =>
|
|
2433
|
-
* @property {(picturesArray: Array<String>) =>
|
|
2432
|
+
* @property {() => PutProductsRequest} append Append current data to array and start modifying next row
|
|
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
|
|
2434
|
+
* @property {() => PutProductsRequest} editMode Set edit mode - disables adding new product
|
|
2435
|
+
* @property {() => PutProductsRequest} addMode Set add mode - Api is allowed to create new products
|
|
2436
|
+
* @property {(value: Float, type: 'retail'|'wholesale'|'pos'|'minimal'|'strikethroughRetail'|'strikethroughWholesale'|'suggested'|'automaticCalculation') => PutProductsRequest} addPrice Increases product price by amount
|
|
2437
|
+
* @property {(value: Float, type: 'retail'|'wholesale'|'pos'|'minimal'|'strikethroughRetail'|'strikethroughWholesale'|'suggested'|'automaticCalculation') => PutProductsRequest} setPrice Sets product price by amount
|
|
2438
|
+
* @property {(shopId: Integer, menuIds: Integer) => PutProductsRequest} setMenu Sets product selected IDs
|
|
2439
|
+
* @property {(picturesArray: Array<String>) => PutProductsRequest} pictures Sets list of pictures attached to product
|
|
2434
2440
|
* @property {function} exec Excecute request
|
|
2435
2441
|
*/
|
|
2436
2442
|
|
|
@@ -2507,9 +2513,9 @@
|
|
|
2507
2513
|
* @property {(bySeries: Array<Integer>) => SearchProductsRequest} bySeries Define productSeriesParams by passing array of values
|
|
2508
2514
|
* @property {(byWarranties: Array<Integer>) => SearchProductsRequest} byWarranties Define productWarranties by passing array of values
|
|
2509
2515
|
* @property {(byIndexes: Array<Integer>) => SearchProductsRequest} byIndexes Define productIndexes by passing array of values
|
|
2510
|
-
* @property {(onlyMain: Boolean) =>
|
|
2511
|
-
* @property {(minPrice: Number, maxPrice: Number, priceType: "retail_price"|"wholesale_price"|"minimal_price"|"pos_price"|"last_purchase_price") =>
|
|
2512
|
-
* @property {(stockIds: Boolean|Array<Integer>) =>
|
|
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
|
|
2513
2519
|
* @property {(page: Integer, limit: Integer) => SearchProductsRequest} page Define page number and maximum results per page
|
|
2514
2520
|
* @property {() => Integer} count Returns total numer of results
|
|
2515
2521
|
* @property {function} exec Excecute request
|
|
@@ -2576,7 +2582,7 @@
|
|
|
2576
2582
|
* @property {(shopId: Integer) => PutProductsQuestionsRequest} shopId Shop Id
|
|
2577
2583
|
* @property {(answerDate: String) => PutProductsQuestionsRequest} answerDate Date of response.
|
|
2578
2584
|
* @property {(answerAuthor: String) => PutProductsQuestionsRequest} answerAuthor Response author.
|
|
2579
|
-
* @property {
|
|
2585
|
+
* @property {() => PutProductsQuestionsRequest} append Append current data to array and start modifying next row
|
|
2580
2586
|
* @property {function} exec Excecute request
|
|
2581
2587
|
*/
|
|
2582
2588
|
|
|
@@ -2584,7 +2590,7 @@
|
|
|
2584
2590
|
* @typedef {Object} GetProductsReservationsRequest
|
|
2585
2591
|
* @property {(identType: 'id'|'index'|'codeExtern'|'codeProducer') => GetProductsReservationsRequest} identType
|
|
2586
2592
|
* @property {(products: Array<String>) => GetProductsReservationsRequest} products Products list.
|
|
2587
|
-
* @property {(productId: Integer|Array<Integer> type: 'id'|'index'|'codeExtern'|'codeProducer') =>
|
|
2593
|
+
* @property {(productId: Integer|Array<Integer> type: 'id'|'index'|'codeExtern'|'codeProducer') => GetProductsReservationsRequest} productId Set product identifiers
|
|
2588
2594
|
* @property {function} exec Excecute request
|
|
2589
2595
|
*/
|
|
2590
2596
|
|
|
@@ -2620,7 +2626,7 @@
|
|
|
2620
2626
|
* @property {(filterDisplay: 'name'|'gfx'|'namegfx') => PutProductsSeriesFilterRequest} filterDisplay Display as: "name" - text, "gfx" - graphics, "namegfx" - text and graphics.
|
|
2621
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.
|
|
2622
2628
|
* @property {(filterDefaultEnabled: 'y'|'n') => PutProductsSeriesFilterRequest} filterDefaultEnabled Enabled by default .
|
|
2623
|
-
* @property {
|
|
2629
|
+
* @property {() => PutProductsSeriesFilterRequest} append Append current data to array and start modifying next row
|
|
2624
2630
|
* @property {function} exec Excecute request
|
|
2625
2631
|
*/
|
|
2626
2632
|
|
|
@@ -2643,7 +2649,7 @@
|
|
|
2643
2649
|
* @property {(id: Integer) => PutProductsSeriesRequest} id Id
|
|
2644
2650
|
* @property {(nameInPanel: String) => PutProductsSeriesRequest} nameInPanel Name in panel
|
|
2645
2651
|
* @property {(shopsConfigurations: Array<Object>) => PutProductsSeriesRequest} shopsConfigurations
|
|
2646
|
-
* @property {
|
|
2652
|
+
* @property {() => PutProductsSeriesRequest} append Append current data to array and start modifying next row
|
|
2647
2653
|
* @property {function} exec Excecute request
|
|
2648
2654
|
*/
|
|
2649
2655
|
|
|
@@ -2654,7 +2660,7 @@
|
|
|
2654
2660
|
* @property {(deleteSizesIndexesData: Array<String>) => DeleteProductsSizesRequest} deleteSizesIndexesData Product parameters recognized by index.
|
|
2655
2661
|
* @property {(productId: Integer) => DeleteProductsSizesRequest} productId Product IAI code
|
|
2656
2662
|
* @property {(sizes: Array<Object>) => DeleteProductsSizesRequest} sizes List of sizes
|
|
2657
|
-
* @property {
|
|
2663
|
+
* @property {() => DeleteProductsSizesRequest} append Append current data to array and start modifying next row
|
|
2658
2664
|
* @property {function} exec Excecute request
|
|
2659
2665
|
*/
|
|
2660
2666
|
|
|
@@ -2673,7 +2679,7 @@
|
|
|
2673
2679
|
* @property {(indexesData: Array<Object>) => PutProductsSizesRequest} indexesData Product parameters recognized by index
|
|
2674
2680
|
* @property {(productId: Integer) => PutProductsSizesRequest} productId Product IAI code
|
|
2675
2681
|
* @property {(sizes: Array<Object>) => PutProductsSizesRequest} sizes List of sizes
|
|
2676
|
-
* @property {
|
|
2682
|
+
* @property {() => PutProductsSizesRequest} append Append current data to array and start modifying next row
|
|
2677
2683
|
* @property {function} exec Excecute request
|
|
2678
2684
|
*/
|
|
2679
2685
|
|
|
@@ -2685,7 +2691,7 @@
|
|
|
2685
2691
|
* @property {(productSizeQuantity: Number) => PutProductsStockQuantityRequest} productSizeQuantity Product stock quantity
|
|
2686
2692
|
* @property {(productPurchasePrice: Number) => PutProductsStockQuantityRequest} productPurchasePrice Cost price
|
|
2687
2693
|
* @property {(productPurchasePriceNet: Number) => PutProductsStockQuantityRequest} productPurchasePriceNet Net purchase price
|
|
2688
|
-
* @property {
|
|
2694
|
+
* @property {() => PutProductsStockQuantityRequest} append Append current data to array and start modifying next row
|
|
2689
2695
|
* @property {function} exec Excecute request
|
|
2690
2696
|
*/
|
|
2691
2697
|
|
|
@@ -2693,7 +2699,7 @@
|
|
|
2693
2699
|
* @typedef {Object} GetProductsStocksRequest
|
|
2694
2700
|
* @property {(identType: 'id'|'index'|'codeExtern'|'codeProducer') => GetProductsStocksRequest} identType
|
|
2695
2701
|
* @property {(products: Array<String>) => GetProductsStocksRequest} products Products list.
|
|
2696
|
-
* @property {(productId: Integer|Array<Integer> type: 'id'|'index'|'codeExtern'|'codeProducer') =>
|
|
2702
|
+
* @property {(productId: Integer|Array<Integer> type: 'id'|'index'|'codeExtern'|'codeProducer') => GetProductsStocksRequest} productId Set product identifiers
|
|
2697
2703
|
* @property {function} exec Excecute request
|
|
2698
2704
|
*/
|
|
2699
2705
|
|
|
@@ -2704,7 +2710,7 @@
|
|
|
2704
2710
|
* @property {(sizes: Array<Object>) => PutProductsStocksRequest} sizes List of sizes
|
|
2705
2711
|
* @property {(settings: Object) => PutProductsStocksRequest} settings
|
|
2706
2712
|
* @property {(error: Object) => PutProductsStocksRequest} error Error information.
|
|
2707
|
-
* @property {
|
|
2713
|
+
* @property {() => PutProductsStocksRequest} append Append current data to array and start modifying next row
|
|
2708
2714
|
* @property {function} exec Excecute request
|
|
2709
2715
|
*/
|
|
2710
2716
|
|
|
@@ -2712,7 +2718,7 @@
|
|
|
2712
2718
|
* @typedef {Object} GetProductsStrikethroughPricesRequest
|
|
2713
2719
|
* @property {(identType: 'id'|'index'|'codeExtern'|'codeProducer') => GetProductsStrikethroughPricesRequest} identType
|
|
2714
2720
|
* @property {(products: Array<String>) => GetProductsStrikethroughPricesRequest} products Products list.
|
|
2715
|
-
* @property {(productId: Integer|Array<Integer> type: 'id'|'index'|'codeExtern'|'codeProducer') =>
|
|
2721
|
+
* @property {(productId: Integer|Array<Integer> type: 'id'|'index'|'codeExtern'|'codeProducer') => GetProductsStrikethroughPricesRequest} productId Set product identifiers
|
|
2716
2722
|
* @property {function} exec Excecute request
|
|
2717
2723
|
*/
|
|
2718
2724
|
|
|
@@ -2723,7 +2729,7 @@
|
|
|
2723
2729
|
* @property {(sizes: Array<Object>) => PutProductsStrikethroughPricesRequest} sizes List of sizes
|
|
2724
2730
|
* @property {(stp_settings: Object) => PutProductsStrikethroughPricesRequest} stp_settings
|
|
2725
2731
|
* @property {(shops: Array<Object>) => PutProductsStrikethroughPricesRequest} shops Strikethrough price settings for the page.
|
|
2726
|
-
* @property {
|
|
2732
|
+
* @property {() => PutProductsStrikethroughPricesRequest} append Append current data to array and start modifying next row
|
|
2727
2733
|
* @property {function} exec Excecute request
|
|
2728
2734
|
*/
|
|
2729
2735
|
|
|
@@ -2732,7 +2738,7 @@
|
|
|
2732
2738
|
* @property {(products: Array<Object>) => PutProductsSupplierCodeRequest} products Products list.
|
|
2733
2739
|
* @property {(productId: Integer) => PutProductsSupplierCodeRequest} productId Product IAI code
|
|
2734
2740
|
* @property {(productDeliverers: Array<Object>) => PutProductsSupplierCodeRequest} productDeliverers Suppliers data
|
|
2735
|
-
* @property {
|
|
2741
|
+
* @property {() => PutProductsSupplierCodeRequest} append Append current data to array and start modifying next row
|
|
2736
2742
|
* @property {function} exec Excecute request
|
|
2737
2743
|
*/
|
|
2738
2744
|
|
|
@@ -2741,7 +2747,7 @@
|
|
|
2741
2747
|
* @property {(products: Array<Object>) => PutProductsSupplierProductDataRequest} products Products list.
|
|
2742
2748
|
* @property {(productId: Integer) => PutProductsSupplierProductDataRequest} productId Product IAI code
|
|
2743
2749
|
* @property {(productDeliverers: Array<Object>) => PutProductsSupplierProductDataRequest} productDeliverers Suppliers data
|
|
2744
|
-
* @property {
|
|
2750
|
+
* @property {() => PutProductsSupplierProductDataRequest} append Append current data to array and start modifying next row
|
|
2745
2751
|
* @property {function} exec Excecute request
|
|
2746
2752
|
*/
|
|
2747
2753
|
|
|
@@ -2869,7 +2875,7 @@
|
|
|
2869
2875
|
* @property {(country: String) => PostResponsibilityEntitiesRequest} country 2-letter ISO country code.
|
|
2870
2876
|
* @property {(phone: String) => PostResponsibilityEntitiesRequest} phone Phone number.
|
|
2871
2877
|
* @property {(description: String) => PostResponsibilityEntitiesRequest} description Additional description.
|
|
2872
|
-
* @property {
|
|
2878
|
+
* @property {() => PostResponsibilityEntitiesRequest} append Append current data to array and start modifying next row
|
|
2873
2879
|
* @property {function} exec Excecute request
|
|
2874
2880
|
*/
|
|
2875
2881
|
|
|
@@ -2889,7 +2895,7 @@
|
|
|
2889
2895
|
* @property {(country: String) => PutResponsibilityEntitiesRequest} country 2-letter ISO country code.
|
|
2890
2896
|
* @property {(phone: String) => PutResponsibilityEntitiesRequest} phone Phone number.
|
|
2891
2897
|
* @property {(description: String) => PutResponsibilityEntitiesRequest} description Additional description.
|
|
2892
|
-
* @property {
|
|
2898
|
+
* @property {() => PutResponsibilityEntitiesRequest} append Append current data to array and start modifying next row
|
|
2893
2899
|
* @property {function} exec Excecute request
|
|
2894
2900
|
*/
|
|
2895
2901
|
|
|
@@ -2938,7 +2944,7 @@
|
|
|
2938
2944
|
* @property {(price: Number) => PostReturnsRequest} price Price.
|
|
2939
2945
|
* @property {(serialNumbers: Array<String>) => PostReturnsRequest} serialNumbers
|
|
2940
2946
|
* @property {(productOrderAdditional: String) => PostReturnsRequest} productOrderAdditional Additional information.
|
|
2941
|
-
* @property {
|
|
2947
|
+
* @property {() => PostReturnsRequest} append Append current data to array and start modifying next row
|
|
2942
2948
|
* @property {function} exec Excecute request
|
|
2943
2949
|
*/
|
|
2944
2950
|
|
|
@@ -2952,7 +2958,7 @@
|
|
|
2952
2958
|
* @property {(userNote: String) => PutReturnsRequest} userNote
|
|
2953
2959
|
* @property {(clientNote: String) => PutReturnsRequest} clientNote Notes from customer.
|
|
2954
2960
|
* @property {(tryCorrectInvoice: Boolean) => PutReturnsRequest} tryCorrectInvoice
|
|
2955
|
-
* @property {
|
|
2961
|
+
* @property {() => PutReturnsRequest} append Append current data to array and start modifying next row
|
|
2956
2962
|
* @property {function} exec Excecute request
|
|
2957
2963
|
*/
|
|
2958
2964
|
|
|
@@ -2963,7 +2969,7 @@
|
|
|
2963
2969
|
* @property {(id: Integer) => PutReturnsSerialNumberRequest} id Product ID.
|
|
2964
2970
|
* @property {(size: String) => PutReturnsSerialNumberRequest} size Size ID.
|
|
2965
2971
|
* @property {(serialNumbers: Array<String>) => PutReturnsSerialNumberRequest} serialNumbers
|
|
2966
|
-
* @property {
|
|
2972
|
+
* @property {() => PutReturnsSerialNumberRequest} append Append current data to array and start modifying next row
|
|
2967
2973
|
* @property {function} exec Excecute request
|
|
2968
2974
|
*/
|
|
2969
2975
|
|
|
@@ -2997,7 +3003,7 @@
|
|
|
2997
3003
|
* @property {(rmaId: Integer) => PutRmaRequest} rmaId Complaint id.
|
|
2998
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
|
|
2999
3005
|
* @property {(rmaChat: Array<Object>) => PutRmaRequest} rmaChat Customer correspondence.
|
|
3000
|
-
* @property {
|
|
3006
|
+
* @property {() => PutRmaRequest} append Append current data to array and start modifying next row
|
|
3001
3007
|
* @property {function} exec Excecute request
|
|
3002
3008
|
*/
|
|
3003
3009
|
|
|
@@ -3041,7 +3047,7 @@
|
|
|
3041
3047
|
* @property {(nameInPanel: String) => PutSizechartsRequest} nameInPanel Name in panel
|
|
3042
3048
|
* @property {(displayMode: 'single'|'all') => PutSizechartsRequest} displayMode Display mode
|
|
3043
3049
|
* @property {(languagesData: Array<Object>) => PutSizechartsRequest} languagesData
|
|
3044
|
-
* @property {
|
|
3050
|
+
* @property {() => PutSizechartsRequest} append Append current data to array and start modifying next row
|
|
3045
3051
|
* @property {function} exec Excecute request
|
|
3046
3052
|
*/
|
|
3047
3053
|
|
|
@@ -3062,7 +3068,7 @@
|
|
|
3062
3068
|
* @property {(description: String) => PutSizesRequest} description Size description.
|
|
3063
3069
|
* @property {(operation: String) => PutSizesRequest} operation Operation type: add, edit, del
|
|
3064
3070
|
* @property {(lang_data: Array<Object>) => PutSizesRequest} lang_data
|
|
3065
|
-
* @property {
|
|
3071
|
+
* @property {() => PutSizesRequest} append Append current data to array and start modifying next row
|
|
3066
3072
|
* @property {function} exec Excecute request
|
|
3067
3073
|
*/
|
|
3068
3074
|
|
|
@@ -3154,6 +3160,72 @@
|
|
|
3154
3160
|
* @property {function} exec Excecute request
|
|
3155
3161
|
*/
|
|
3156
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
|
+
|
|
3157
3229
|
/**
|
|
3158
3230
|
* @typedef {Object} GetSystemConfigRequest
|
|
3159
3231
|
* @property {function} exec Excecute request
|
|
@@ -3178,7 +3250,7 @@
|
|
|
3178
3250
|
* @property {(id: String) => PutSystemCurrenciesRequest} id Currency code in ISO 4217 standard.
|
|
3179
3251
|
* @property {(rate: Number) => PutSystemCurrenciesRequest} rate Currency exchange rate. Maximal value is 10000.
|
|
3180
3252
|
* @property {(scale: Integer) => PutSystemCurrenciesRequest} scale Currency smaller unit.
|
|
3181
|
-
* @property {
|
|
3253
|
+
* @property {() => PutSystemCurrenciesRequest} append Append current data to array and start modifying next row
|
|
3182
3254
|
* @property {function} exec Excecute request
|
|
3183
3255
|
*/
|
|
3184
3256
|
|
|
@@ -3224,7 +3296,7 @@
|
|
|
3224
3296
|
* @property {(precisionUnit: Integer) => PutSystemUnitsRequest} precisionUnit Accuracy (number of places after comma)
|
|
3225
3297
|
* @property {(visible: Boolean) => PutSystemUnitsRequest} visible Visibility
|
|
3226
3298
|
* @property {(descriptions: Array<Object>) => PutSystemUnitsRequest} descriptions Unit names
|
|
3227
|
-
* @property {
|
|
3299
|
+
* @property {() => PutSystemUnitsRequest} append Append current data to array and start modifying next row
|
|
3228
3300
|
* @property {function} exec Excecute request
|
|
3229
3301
|
*/
|
|
3230
3302
|
|
|
@@ -3239,7 +3311,7 @@
|
|
|
3239
3311
|
* @property {(vouchers: Array<Object>) => PutVouchersBlockRequest} vouchers
|
|
3240
3312
|
* @property {(id: Integer) => PutVouchersBlockRequest} id Voucher ID
|
|
3241
3313
|
* @property {(number: String) => PutVouchersBlockRequest} number Number.
|
|
3242
|
-
* @property {
|
|
3314
|
+
* @property {() => PutVouchersBlockRequest} append Append current data to array and start modifying next row
|
|
3243
3315
|
* @property {function} exec Excecute request
|
|
3244
3316
|
*/
|
|
3245
3317
|
|
|
@@ -3257,7 +3329,7 @@
|
|
|
3257
3329
|
* @property {(vouchers: Array<Object>) => PutVouchersUnblockRequest} vouchers
|
|
3258
3330
|
* @property {(id: Integer) => PutVouchersUnblockRequest} id Voucher ID
|
|
3259
3331
|
* @property {(number: String) => PutVouchersUnblockRequest} number Number.
|
|
3260
|
-
* @property {
|
|
3332
|
+
* @property {() => PutVouchersUnblockRequest} append Append current data to array and start modifying next row
|
|
3261
3333
|
* @property {function} exec Excecute request
|
|
3262
3334
|
*/
|
|
3263
3335
|
|
|
@@ -3266,7 +3338,7 @@
|
|
|
3266
3338
|
* @property {(vouchers: Array<Object>) => DeleteVouchersRequest} vouchers
|
|
3267
3339
|
* @property {(id: Integer) => DeleteVouchersRequest} id Voucher ID
|
|
3268
3340
|
* @property {(number: String) => DeleteVouchersRequest} number Number.
|
|
3269
|
-
* @property {
|
|
3341
|
+
* @property {() => DeleteVouchersRequest} append Append current data to array and start modifying next row
|
|
3270
3342
|
* @property {function} exec Excecute request
|
|
3271
3343
|
*/
|
|
3272
3344
|
|
|
@@ -3308,7 +3380,7 @@
|
|
|
3308
3380
|
* @property {(balance: Object) => PostVouchersRequest} balance Voucher balance
|
|
3309
3381
|
* @property {(shops: Array<Integer>) => PostVouchersRequest} shops List of shops the voucher is active in
|
|
3310
3382
|
* @property {(note: String) => PostVouchersRequest} note
|
|
3311
|
-
* @property {
|
|
3383
|
+
* @property {() => PostVouchersRequest} append Append current data to array and start modifying next row
|
|
3312
3384
|
* @property {function} exec Excecute request
|
|
3313
3385
|
*/
|
|
3314
3386
|
|
|
@@ -3324,7 +3396,7 @@
|
|
|
3324
3396
|
* @property {(shops: Array<Integer>) => PutVouchersRequest} shops List of shops the voucher is active in
|
|
3325
3397
|
* @property {(note: String) => PutVouchersRequest} note
|
|
3326
3398
|
* @property {(status: 'used'|'unused') => PutVouchersRequest} status Status, possible values: - used - used, - unused - unused,
|
|
3327
|
-
* @property {
|
|
3399
|
+
* @property {() => PutVouchersRequest} append Append current data to array and start modifying next row
|
|
3328
3400
|
* @property {function} exec Excecute request
|
|
3329
3401
|
*/
|
|
3330
3402
|
|
|
@@ -3339,7 +3411,7 @@
|
|
|
3339
3411
|
* @property {(lang_data: Array<Object>) => PutWarrantiesLanguageDataRequest} lang_data
|
|
3340
3412
|
* @property {(warranty_id: String) => PutWarrantiesLanguageDataRequest} warranty_id Warranty ID (numeric or text based).
|
|
3341
3413
|
* @property {(lang: Array<Object>) => PutWarrantiesLanguageDataRequest} lang
|
|
3342
|
-
* @property {
|
|
3414
|
+
* @property {() => PutWarrantiesLanguageDataRequest} append Append current data to array and start modifying next row
|
|
3343
3415
|
* @property {function} exec Excecute request
|
|
3344
3416
|
*/
|
|
3345
3417
|
|
|
@@ -3368,7 +3440,7 @@
|
|
|
3368
3440
|
* @property {(period: Integer) => PostWarrantiesRequest} period Warranty time. Default value 12.
|
|
3369
3441
|
* @property {(shopname: Object) => PostWarrantiesRequest} shopname Name of warranty.
|
|
3370
3442
|
* @property {(description: Object) => PostWarrantiesRequest} description Warranty description.
|
|
3371
|
-
* @property {
|
|
3443
|
+
* @property {() => PostWarrantiesRequest} append Append current data to array and start modifying next row
|
|
3372
3444
|
* @property {function} exec Excecute request
|
|
3373
3445
|
*/
|
|
3374
3446
|
|
|
@@ -3379,7 +3451,7 @@
|
|
|
3379
3451
|
* @property {(name: String) => PutWarrantiesRequest} name Name.
|
|
3380
3452
|
* @property {(type: 'seller'|'producer') => PutWarrantiesRequest} type
|
|
3381
3453
|
* @property {(period: Integer) => PutWarrantiesRequest} period Warranty time. Default value 12.
|
|
3382
|
-
* @property {
|
|
3454
|
+
* @property {() => PutWarrantiesRequest} append Append current data to array and start modifying next row
|
|
3383
3455
|
* @property {function} exec Excecute request
|
|
3384
3456
|
*/
|
|
3385
3457
|
|
|
@@ -3498,7 +3570,7 @@
|
|
|
3498
3570
|
* @property {(id: Integer) => DeleteWmsStocksdocumentsProductsRequest} id Document identifier.
|
|
3499
3571
|
* @property {(product: Integer) => DeleteWmsStocksdocumentsProductsRequest} product Stock keeping unit.
|
|
3500
3572
|
* @property {(size: String) => DeleteWmsStocksdocumentsProductsRequest} size Product size ID.
|
|
3501
|
-
* @property {
|
|
3573
|
+
* @property {() => DeleteWmsStocksdocumentsProductsRequest} append Append current data to array and start modifying next row
|
|
3502
3574
|
* @property {function} exec Excecute request
|
|
3503
3575
|
*/
|
|
3504
3576
|
|
|
@@ -3525,7 +3597,7 @@
|
|
|
3525
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> .
|
|
3526
3598
|
* @property {(locationCode: String) => PostWmsStocksdocumentsProductsRequest} locationCode Storage location code
|
|
3527
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> .
|
|
3528
|
-
* @property {
|
|
3600
|
+
* @property {() => PostWmsStocksdocumentsProductsRequest} append Append current data to array and start modifying next row
|
|
3529
3601
|
* @property {function} exec Excecute request
|
|
3530
3602
|
*/
|
|
3531
3603
|
|
|
@@ -3541,7 +3613,7 @@
|
|
|
3541
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> .
|
|
3542
3614
|
* @property {(locationCode: String) => PutWmsStocksdocumentsProductsRequest} locationCode Storage location code
|
|
3543
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> .
|
|
3544
|
-
* @property {
|
|
3616
|
+
* @property {() => PutWmsStocksdocumentsProductsRequest} append Append current data to array and start modifying next row
|
|
3545
3617
|
* @property {function} exec Excecute request
|
|
3546
3618
|
*/
|
|
3547
3619
|
|
|
@@ -3586,7 +3658,7 @@
|
|
|
3586
3658
|
* @property {(description: String) => PutWmsSuppliersRequest} description Description. (limit of 255 characters)
|
|
3587
3659
|
* @property {(orderCompletionTime: Object) => PutWmsSuppliersRequest} orderCompletionTime Order preparation time for shipment
|
|
3588
3660
|
* @property {(workDays: Array<Object>) => PutWmsSuppliersRequest} workDays Supplier working hours
|
|
3589
|
-
* @property {
|
|
3661
|
+
* @property {() => PutWmsSuppliersRequest} append Append current data to array and start modifying next row
|
|
3590
3662
|
* @property {function} exec Excecute request
|
|
3591
3663
|
*//**
|
|
3592
3664
|
* Idosell Gateways.
|
|
@@ -3857,6 +3929,17 @@
|
|
|
3857
3929
|
* @property {PostSnippetsRequest} postSnippets Use this operation to create code snippet.
|
|
3858
3930
|
* @property {PutSnippetsRequest} putSnippets Use this operation to update code snippet.
|
|
3859
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
|
|
3860
3943
|
* @property {GetSystemConfigRequest} getSystemConfig Method is used for extracting information about a shop and its most important configuration settings.
|
|
3861
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.
|
|
3862
3945
|
* @property {GetSystemCurrenciesRequest} getSystemCurrencies This method returns the current exchange rate in relation to the currency set in the administration panel.
|