@shopware/api-client 0.0.2 → 0.1.0
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/README.md +129 -5
- package/api-types/apiSchema-6.4.19.0.json +13849 -0
- package/api-types/apiSchema-6.4.20.0.json +13830 -0
- package/api-types/apiSchema-6.5.0.0.json +16669 -0
- package/api-types/apiSchema-6.5.2.0.json +12154 -0
- package/api-types/apiSchema-6.5.3.0.json +12154 -0
- package/api-types/apiTypes-6.4.19.0.d.ts +8170 -0
- package/api-types/apiTypes-6.4.20.0.d.ts +8168 -0
- package/api-types/apiTypes-6.5.0.0.d.ts +7244 -0
- package/api-types/apiTypes-6.5.2.0.d.ts +7738 -0
- package/api-types/apiTypes-6.5.3.0.d.ts +7738 -0
- package/api-types/index.d.ts +1 -0
- package/dist/index.d.ts +162 -160
- package/dist/index.mjs +9 -6
- package/package.json +10 -6
package/dist/index.d.ts
CHANGED
|
@@ -790,7 +790,7 @@ type components = {
|
|
|
790
790
|
relationships?: {
|
|
791
791
|
children?: {
|
|
792
792
|
data?: {
|
|
793
|
-
/** @example
|
|
793
|
+
/** @example 01891d17723871c193287103e78192e5 */
|
|
794
794
|
id?: string;
|
|
795
795
|
/** @example category */
|
|
796
796
|
type?: string;
|
|
@@ -798,14 +798,14 @@ type components = {
|
|
|
798
798
|
links?: {
|
|
799
799
|
/**
|
|
800
800
|
* Format: uri-reference
|
|
801
|
-
* @example /category/
|
|
801
|
+
* @example /category/01891d17723772d8b79089b8bd974738/children
|
|
802
802
|
*/
|
|
803
803
|
related?: string;
|
|
804
804
|
};
|
|
805
805
|
};
|
|
806
806
|
cmsPage?: {
|
|
807
807
|
data?: {
|
|
808
|
-
/** @example
|
|
808
|
+
/** @example 01891d1772397199b07d98da80f518f0 */
|
|
809
809
|
id?: string;
|
|
810
810
|
/** @example cms_page */
|
|
811
811
|
type?: string;
|
|
@@ -813,14 +813,14 @@ type components = {
|
|
|
813
813
|
links?: {
|
|
814
814
|
/**
|
|
815
815
|
* Format: uri-reference
|
|
816
|
-
* @example /category/
|
|
816
|
+
* @example /category/01891d17723772d8b79089b8bd974738/cmsPage
|
|
817
817
|
*/
|
|
818
818
|
related?: string;
|
|
819
819
|
};
|
|
820
820
|
};
|
|
821
821
|
media?: {
|
|
822
822
|
data?: {
|
|
823
|
-
/** @example
|
|
823
|
+
/** @example 01891d17723871c193287103e7e69e0e */
|
|
824
824
|
id?: string;
|
|
825
825
|
/** @example media */
|
|
826
826
|
type?: string;
|
|
@@ -828,14 +828,14 @@ type components = {
|
|
|
828
828
|
links?: {
|
|
829
829
|
/**
|
|
830
830
|
* Format: uri-reference
|
|
831
|
-
* @example /category/
|
|
831
|
+
* @example /category/01891d17723772d8b79089b8bd974738/media
|
|
832
832
|
*/
|
|
833
833
|
related?: string;
|
|
834
834
|
};
|
|
835
835
|
};
|
|
836
836
|
parent?: {
|
|
837
837
|
data?: {
|
|
838
|
-
/** @example
|
|
838
|
+
/** @example 01891d17723871c193287103e697aa72 */
|
|
839
839
|
id?: string;
|
|
840
840
|
/** @example category */
|
|
841
841
|
type?: string;
|
|
@@ -843,14 +843,14 @@ type components = {
|
|
|
843
843
|
links?: {
|
|
844
844
|
/**
|
|
845
845
|
* Format: uri-reference
|
|
846
|
-
* @example /category/
|
|
846
|
+
* @example /category/01891d17723772d8b79089b8bd974738/parent
|
|
847
847
|
*/
|
|
848
848
|
related?: string;
|
|
849
849
|
};
|
|
850
850
|
};
|
|
851
851
|
seoUrls?: {
|
|
852
852
|
data?: {
|
|
853
|
-
/** @example
|
|
853
|
+
/** @example 01891d1772397199b07d98da81e1dc33 */
|
|
854
854
|
id?: string;
|
|
855
855
|
/** @example seo_url */
|
|
856
856
|
type?: string;
|
|
@@ -858,7 +858,7 @@ type components = {
|
|
|
858
858
|
links?: {
|
|
859
859
|
/**
|
|
860
860
|
* Format: uri-reference
|
|
861
|
-
* @example /category/
|
|
861
|
+
* @example /category/01891d17723772d8b79089b8bd974738/seoUrls
|
|
862
862
|
*/
|
|
863
863
|
related?: string;
|
|
864
864
|
};
|
|
@@ -911,7 +911,7 @@ type components = {
|
|
|
911
911
|
extensions?: {
|
|
912
912
|
swagCmsExtensionsBlockRule?: {
|
|
913
913
|
data?: {
|
|
914
|
-
/** @example
|
|
914
|
+
/** @example 01891d17723a701c883ad0a6c9cb92e6 */
|
|
915
915
|
id?: string;
|
|
916
916
|
/** @example swag_cms_extensions_block_rule */
|
|
917
917
|
type?: string;
|
|
@@ -919,14 +919,14 @@ type components = {
|
|
|
919
919
|
links?: {
|
|
920
920
|
/**
|
|
921
921
|
* Format: uri-reference
|
|
922
|
-
* @example /cms-block/
|
|
922
|
+
* @example /cms-block/01891d1772397199b07d98da8339007d/swagCmsExtensionsBlockRule
|
|
923
923
|
*/
|
|
924
924
|
related?: string;
|
|
925
925
|
};
|
|
926
926
|
};
|
|
927
927
|
swagCmsExtensionsQuickview?: {
|
|
928
928
|
data?: {
|
|
929
|
-
/** @example
|
|
929
|
+
/** @example 01891d17723a701c883ad0a6c9cb2657 */
|
|
930
930
|
id?: string;
|
|
931
931
|
/** @example swag_cms_extensions_quickview */
|
|
932
932
|
type?: string;
|
|
@@ -934,7 +934,7 @@ type components = {
|
|
|
934
934
|
links?: {
|
|
935
935
|
/**
|
|
936
936
|
* Format: uri-reference
|
|
937
|
-
* @example /cms-block/
|
|
937
|
+
* @example /cms-block/01891d1772397199b07d98da8339007d/swagCmsExtensionsQuickview
|
|
938
938
|
*/
|
|
939
939
|
related?: string;
|
|
940
940
|
};
|
|
@@ -974,7 +974,7 @@ type components = {
|
|
|
974
974
|
extensions?: {
|
|
975
975
|
swagCmsExtensionsScrollNavigationPageSettings?: {
|
|
976
976
|
data?: {
|
|
977
|
-
/** @example
|
|
977
|
+
/** @example 01891d1772527243a12492ff8ed2da08 */
|
|
978
978
|
id?: string;
|
|
979
979
|
/** @example swag_cms_extensions_scroll_navigation_page_settings */
|
|
980
980
|
type?: string;
|
|
@@ -982,7 +982,7 @@ type components = {
|
|
|
982
982
|
links?: {
|
|
983
983
|
/**
|
|
984
984
|
* Format: uri-reference
|
|
985
|
-
* @example /cms-page/
|
|
985
|
+
* @example /cms-page/01891d1772517287bd2f43e3176b2a87/swagCmsExtensionsScrollNavigationPageSettings
|
|
986
986
|
*/
|
|
987
987
|
related?: string;
|
|
988
988
|
};
|
|
@@ -1038,7 +1038,7 @@ type components = {
|
|
|
1038
1038
|
extensions?: {
|
|
1039
1039
|
swagCmsExtensionsScrollNavigation?: {
|
|
1040
1040
|
data?: {
|
|
1041
|
-
/** @example
|
|
1041
|
+
/** @example 01891d17725770c9b0e2b2fee2a83306 */
|
|
1042
1042
|
id?: string;
|
|
1043
1043
|
/** @example swag_cms_extensions_scroll_navigation */
|
|
1044
1044
|
type?: string;
|
|
@@ -1046,7 +1046,7 @@ type components = {
|
|
|
1046
1046
|
links?: {
|
|
1047
1047
|
/**
|
|
1048
1048
|
* Format: uri-reference
|
|
1049
|
-
* @example /cms-section/
|
|
1049
|
+
* @example /cms-section/01891d17725670f18df1b3991b33a58c/swagCmsExtensionsScrollNavigation
|
|
1050
1050
|
*/
|
|
1051
1051
|
related?: string;
|
|
1052
1052
|
};
|
|
@@ -1183,7 +1183,7 @@ type components = {
|
|
|
1183
1183
|
relationships?: {
|
|
1184
1184
|
states?: {
|
|
1185
1185
|
data?: {
|
|
1186
|
-
/** @example
|
|
1186
|
+
/** @example 01891d1772587195b28f6884e1e96773 */
|
|
1187
1187
|
id?: string;
|
|
1188
1188
|
/** @example country_state */
|
|
1189
1189
|
type?: string;
|
|
@@ -1191,7 +1191,7 @@ type components = {
|
|
|
1191
1191
|
links?: {
|
|
1192
1192
|
/**
|
|
1193
1193
|
* Format: uri-reference
|
|
1194
|
-
* @example /country/
|
|
1194
|
+
* @example /country/01891d17725770c9b0e2b2fee4027136/states
|
|
1195
1195
|
*/
|
|
1196
1196
|
related?: string;
|
|
1197
1197
|
};
|
|
@@ -1843,7 +1843,7 @@ type components = {
|
|
|
1843
1843
|
relationships?: {
|
|
1844
1844
|
cmsPage?: {
|
|
1845
1845
|
data?: {
|
|
1846
|
-
/** @example
|
|
1846
|
+
/** @example 01891d1772e072deb5367c73a8c30e23 */
|
|
1847
1847
|
id?: string;
|
|
1848
1848
|
/** @example cms_page */
|
|
1849
1849
|
type?: string;
|
|
@@ -1851,14 +1851,14 @@ type components = {
|
|
|
1851
1851
|
links?: {
|
|
1852
1852
|
/**
|
|
1853
1853
|
* Format: uri-reference
|
|
1854
|
-
* @example /landing-page/
|
|
1854
|
+
* @example /landing-page/01891d1772df70408693096e490236f1/cmsPage
|
|
1855
1855
|
*/
|
|
1856
1856
|
related?: string;
|
|
1857
1857
|
};
|
|
1858
1858
|
};
|
|
1859
1859
|
seoUrls?: {
|
|
1860
1860
|
data?: {
|
|
1861
|
-
/** @example
|
|
1861
|
+
/** @example 01891d1772e072deb5367c73a9b6a197 */
|
|
1862
1862
|
id?: string;
|
|
1863
1863
|
/** @example seo_url */
|
|
1864
1864
|
type?: string;
|
|
@@ -1866,7 +1866,7 @@ type components = {
|
|
|
1866
1866
|
links?: {
|
|
1867
1867
|
/**
|
|
1868
1868
|
* Format: uri-reference
|
|
1869
|
-
* @example /landing-page/
|
|
1869
|
+
* @example /landing-page/01891d1772df70408693096e490236f1/seoUrls
|
|
1870
1870
|
*/
|
|
1871
1871
|
related?: string;
|
|
1872
1872
|
};
|
|
@@ -1917,7 +1917,7 @@ type components = {
|
|
|
1917
1917
|
relationships?: {
|
|
1918
1918
|
children?: {
|
|
1919
1919
|
data?: {
|
|
1920
|
-
/** @example
|
|
1920
|
+
/** @example 01891d1772fb71d8808ab55f7404e51f */
|
|
1921
1921
|
id?: string;
|
|
1922
1922
|
/** @example language */
|
|
1923
1923
|
type?: string;
|
|
@@ -1925,14 +1925,14 @@ type components = {
|
|
|
1925
1925
|
links?: {
|
|
1926
1926
|
/**
|
|
1927
1927
|
* Format: uri-reference
|
|
1928
|
-
* @example /language/
|
|
1928
|
+
* @example /language/01891d1772fa71f2a9832448a8be8398/children
|
|
1929
1929
|
*/
|
|
1930
1930
|
related?: string;
|
|
1931
1931
|
};
|
|
1932
1932
|
};
|
|
1933
1933
|
locale?: {
|
|
1934
1934
|
data?: {
|
|
1935
|
-
/** @example
|
|
1935
|
+
/** @example 01891d1772fb71d8808ab55f72a6985a */
|
|
1936
1936
|
id?: string;
|
|
1937
1937
|
/** @example locale */
|
|
1938
1938
|
type?: string;
|
|
@@ -1940,14 +1940,14 @@ type components = {
|
|
|
1940
1940
|
links?: {
|
|
1941
1941
|
/**
|
|
1942
1942
|
* Format: uri-reference
|
|
1943
|
-
* @example /language/
|
|
1943
|
+
* @example /language/01891d1772fa71f2a9832448a8be8398/locale
|
|
1944
1944
|
*/
|
|
1945
1945
|
related?: string;
|
|
1946
1946
|
};
|
|
1947
1947
|
};
|
|
1948
1948
|
parent?: {
|
|
1949
1949
|
data?: {
|
|
1950
|
-
/** @example
|
|
1950
|
+
/** @example 01891d1772fb71d8808ab55f71a6ca57 */
|
|
1951
1951
|
id?: string;
|
|
1952
1952
|
/** @example language */
|
|
1953
1953
|
type?: string;
|
|
@@ -1955,14 +1955,14 @@ type components = {
|
|
|
1955
1955
|
links?: {
|
|
1956
1956
|
/**
|
|
1957
1957
|
* Format: uri-reference
|
|
1958
|
-
* @example /language/
|
|
1958
|
+
* @example /language/01891d1772fa71f2a9832448a8be8398/parent
|
|
1959
1959
|
*/
|
|
1960
1960
|
related?: string;
|
|
1961
1961
|
};
|
|
1962
1962
|
};
|
|
1963
1963
|
translationCode?: {
|
|
1964
1964
|
data?: {
|
|
1965
|
-
/** @example
|
|
1965
|
+
/** @example 01891d1772fb71d8808ab55f732a9e0e */
|
|
1966
1966
|
id?: string;
|
|
1967
1967
|
/** @example locale */
|
|
1968
1968
|
type?: string;
|
|
@@ -1970,7 +1970,7 @@ type components = {
|
|
|
1970
1970
|
links?: {
|
|
1971
1971
|
/**
|
|
1972
1972
|
* Format: uri-reference
|
|
1973
|
-
* @example /language/
|
|
1973
|
+
* @example /language/01891d1772fa71f2a9832448a8be8398/translationCode
|
|
1974
1974
|
*/
|
|
1975
1975
|
related?: string;
|
|
1976
1976
|
};
|
|
@@ -2142,7 +2142,7 @@ type components = {
|
|
|
2142
2142
|
extensions?: {
|
|
2143
2143
|
mediaAiTag?: {
|
|
2144
2144
|
data?: {
|
|
2145
|
-
/** @example
|
|
2145
|
+
/** @example 01891d17730d73c6957423cdfc0613ed */
|
|
2146
2146
|
id?: string;
|
|
2147
2147
|
/** @example media_ai_tag */
|
|
2148
2148
|
type?: string;
|
|
@@ -2150,7 +2150,7 @@ type components = {
|
|
|
2150
2150
|
links?: {
|
|
2151
2151
|
/**
|
|
2152
2152
|
* Format: uri-reference
|
|
2153
|
-
* @example /media/
|
|
2153
|
+
* @example /media/01891d1772fd71aab5c05d03c3b75249/mediaAiTag
|
|
2154
2154
|
*/
|
|
2155
2155
|
related?: string;
|
|
2156
2156
|
};
|
|
@@ -2344,7 +2344,7 @@ type components = {
|
|
|
2344
2344
|
extensions?: {
|
|
2345
2345
|
returns?: {
|
|
2346
2346
|
data?: {
|
|
2347
|
-
/** @example
|
|
2347
|
+
/** @example 01891d17733c71cb925686c01d685622 */
|
|
2348
2348
|
id?: string;
|
|
2349
2349
|
/** @example order_return */
|
|
2350
2350
|
type?: string;
|
|
@@ -2352,7 +2352,7 @@ type components = {
|
|
|
2352
2352
|
links?: {
|
|
2353
2353
|
/**
|
|
2354
2354
|
* Format: uri-reference
|
|
2355
|
-
* @example /order/
|
|
2355
|
+
* @example /order/01891d17733a7167bc5dbfb13276b372/returns
|
|
2356
2356
|
*/
|
|
2357
2357
|
related?: string;
|
|
2358
2358
|
};
|
|
@@ -2567,7 +2567,7 @@ type components = {
|
|
|
2567
2567
|
extensions?: {
|
|
2568
2568
|
returns?: {
|
|
2569
2569
|
data?: {
|
|
2570
|
-
/** @example
|
|
2570
|
+
/** @example 01891d177340736d8beadac619ce01c7 */
|
|
2571
2571
|
id?: string;
|
|
2572
2572
|
/** @example order_return_line_item */
|
|
2573
2573
|
type?: string;
|
|
@@ -2575,14 +2575,14 @@ type components = {
|
|
|
2575
2575
|
links?: {
|
|
2576
2576
|
/**
|
|
2577
2577
|
* Format: uri-reference
|
|
2578
|
-
* @example /order-line-item/
|
|
2578
|
+
* @example /order-line-item/01891d17733f70d0812f436593f45d22/returns
|
|
2579
2579
|
*/
|
|
2580
2580
|
related?: string;
|
|
2581
2581
|
};
|
|
2582
2582
|
};
|
|
2583
2583
|
state?: {
|
|
2584
2584
|
data?: {
|
|
2585
|
-
/** @example
|
|
2585
|
+
/** @example 01891d177340736d8beadac61a0a0d6f */
|
|
2586
2586
|
id?: string;
|
|
2587
2587
|
/** @example state_machine_state */
|
|
2588
2588
|
type?: string;
|
|
@@ -2590,7 +2590,7 @@ type components = {
|
|
|
2590
2590
|
links?: {
|
|
2591
2591
|
/**
|
|
2592
2592
|
* Format: uri-reference
|
|
2593
|
-
* @example /order-line-item/
|
|
2593
|
+
* @example /order-line-item/01891d17733f70d0812f436593f45d22/state
|
|
2594
2594
|
*/
|
|
2595
2595
|
related?: string;
|
|
2596
2596
|
};
|
|
@@ -3011,7 +3011,7 @@ type components = {
|
|
|
3011
3011
|
relationships?: {
|
|
3012
3012
|
media?: {
|
|
3013
3013
|
data?: {
|
|
3014
|
-
/** @example
|
|
3014
|
+
/** @example 01891d177345722a942606c5bbc28be4 */
|
|
3015
3015
|
id?: string;
|
|
3016
3016
|
/** @example media */
|
|
3017
3017
|
type?: string;
|
|
@@ -3019,7 +3019,7 @@ type components = {
|
|
|
3019
3019
|
links?: {
|
|
3020
3020
|
/**
|
|
3021
3021
|
* Format: uri-reference
|
|
3022
|
-
* @example /payment-method/
|
|
3022
|
+
* @example /payment-method/01891d177345722a942606c5bb31e448/media
|
|
3023
3023
|
*/
|
|
3024
3024
|
related?: string;
|
|
3025
3025
|
};
|
|
@@ -3090,7 +3090,7 @@ type components = {
|
|
|
3090
3090
|
extensions?: {
|
|
3091
3091
|
reviewSummaries?: {
|
|
3092
3092
|
data?: {
|
|
3093
|
-
/** @example
|
|
3093
|
+
/** @example 01891d177348723c940a129744d44b12 */
|
|
3094
3094
|
id?: string;
|
|
3095
3095
|
/** @example product_review_summary */
|
|
3096
3096
|
type?: string;
|
|
@@ -3098,14 +3098,14 @@ type components = {
|
|
|
3098
3098
|
links?: {
|
|
3099
3099
|
/**
|
|
3100
3100
|
* Format: uri-reference
|
|
3101
|
-
* @example /product/
|
|
3101
|
+
* @example /product/01891d177346736b96d979ba21142096/reviewSummaries
|
|
3102
3102
|
*/
|
|
3103
3103
|
related?: string;
|
|
3104
3104
|
};
|
|
3105
3105
|
};
|
|
3106
3106
|
swagCustomizedProductsTemplate?: {
|
|
3107
3107
|
data?: {
|
|
3108
|
-
/** @example
|
|
3108
|
+
/** @example 01891d177348723c940a129745c5912d */
|
|
3109
3109
|
id?: string;
|
|
3110
3110
|
/** @example swag_customized_products_template */
|
|
3111
3111
|
type?: string;
|
|
@@ -3113,7 +3113,7 @@ type components = {
|
|
|
3113
3113
|
links?: {
|
|
3114
3114
|
/**
|
|
3115
3115
|
* Format: uri-reference
|
|
3116
|
-
* @example /product/
|
|
3116
|
+
* @example /product/01891d177346736b96d979ba21142096/swagCustomizedProductsTemplate
|
|
3117
3117
|
*/
|
|
3118
3118
|
related?: string;
|
|
3119
3119
|
};
|
|
@@ -3337,7 +3337,7 @@ type components = {
|
|
|
3337
3337
|
extensions?: {
|
|
3338
3338
|
reviewSummaries?: {
|
|
3339
3339
|
data?: {
|
|
3340
|
-
/** @example
|
|
3340
|
+
/** @example 01891d177348723c940a129744d44b12 */
|
|
3341
3341
|
id?: string;
|
|
3342
3342
|
/** @example product_review_summary */
|
|
3343
3343
|
type?: string;
|
|
@@ -3345,14 +3345,14 @@ type components = {
|
|
|
3345
3345
|
links?: {
|
|
3346
3346
|
/**
|
|
3347
3347
|
* Format: uri-reference
|
|
3348
|
-
* @example /product/
|
|
3348
|
+
* @example /product/01891d177346736b96d979ba21142096/reviewSummaries
|
|
3349
3349
|
*/
|
|
3350
3350
|
related?: string;
|
|
3351
3351
|
};
|
|
3352
3352
|
};
|
|
3353
3353
|
swagCustomizedProductsTemplate?: {
|
|
3354
3354
|
data?: {
|
|
3355
|
-
/** @example
|
|
3355
|
+
/** @example 01891d177348723c940a129745c5912d */
|
|
3356
3356
|
id?: string;
|
|
3357
3357
|
/** @example swag_customized_products_template */
|
|
3358
3358
|
type?: string;
|
|
@@ -3360,7 +3360,7 @@ type components = {
|
|
|
3360
3360
|
links?: {
|
|
3361
3361
|
/**
|
|
3362
3362
|
* Format: uri-reference
|
|
3363
|
-
* @example /product/
|
|
3363
|
+
* @example /product/01891d177346736b96d979ba21142096/swagCustomizedProductsTemplate
|
|
3364
3364
|
*/
|
|
3365
3365
|
related?: string;
|
|
3366
3366
|
};
|
|
@@ -3405,7 +3405,7 @@ type components = {
|
|
|
3405
3405
|
relationships?: {
|
|
3406
3406
|
canonicalProduct?: {
|
|
3407
3407
|
data?: {
|
|
3408
|
-
/** @example
|
|
3408
|
+
/** @example 01891d177348723c940a12973d931583 */
|
|
3409
3409
|
id?: string;
|
|
3410
3410
|
/** @example product */
|
|
3411
3411
|
type?: string;
|
|
@@ -3413,14 +3413,14 @@ type components = {
|
|
|
3413
3413
|
links?: {
|
|
3414
3414
|
/**
|
|
3415
3415
|
* Format: uri-reference
|
|
3416
|
-
* @example /product/
|
|
3416
|
+
* @example /product/01891d177346736b96d979ba21142096/canonicalProduct
|
|
3417
3417
|
*/
|
|
3418
3418
|
related?: string;
|
|
3419
3419
|
};
|
|
3420
3420
|
};
|
|
3421
3421
|
categories?: {
|
|
3422
3422
|
data?: {
|
|
3423
|
-
/** @example
|
|
3423
|
+
/** @example 01891d177348723c940a129742f13583 */
|
|
3424
3424
|
id?: string;
|
|
3425
3425
|
/** @example category */
|
|
3426
3426
|
type?: string;
|
|
@@ -3428,14 +3428,14 @@ type components = {
|
|
|
3428
3428
|
links?: {
|
|
3429
3429
|
/**
|
|
3430
3430
|
* Format: uri-reference
|
|
3431
|
-
* @example /product/
|
|
3431
|
+
* @example /product/01891d177346736b96d979ba21142096/categories
|
|
3432
3432
|
*/
|
|
3433
3433
|
related?: string;
|
|
3434
3434
|
};
|
|
3435
3435
|
};
|
|
3436
3436
|
categoriesRo?: {
|
|
3437
3437
|
data?: {
|
|
3438
|
-
/** @example
|
|
3438
|
+
/** @example 01891d177348723c940a129743e2435e */
|
|
3439
3439
|
id?: string;
|
|
3440
3440
|
/** @example category */
|
|
3441
3441
|
type?: string;
|
|
@@ -3443,14 +3443,14 @@ type components = {
|
|
|
3443
3443
|
links?: {
|
|
3444
3444
|
/**
|
|
3445
3445
|
* Format: uri-reference
|
|
3446
|
-
* @example /product/
|
|
3446
|
+
* @example /product/01891d177346736b96d979ba21142096/categoriesRo
|
|
3447
3447
|
*/
|
|
3448
3448
|
related?: string;
|
|
3449
3449
|
};
|
|
3450
3450
|
};
|
|
3451
3451
|
children?: {
|
|
3452
3452
|
data?: {
|
|
3453
|
-
/** @example
|
|
3453
|
+
/** @example 01891d177348723c940a12973a363772 */
|
|
3454
3454
|
id?: string;
|
|
3455
3455
|
/** @example product */
|
|
3456
3456
|
type?: string;
|
|
@@ -3458,14 +3458,14 @@ type components = {
|
|
|
3458
3458
|
links?: {
|
|
3459
3459
|
/**
|
|
3460
3460
|
* Format: uri-reference
|
|
3461
|
-
* @example /product/
|
|
3461
|
+
* @example /product/01891d177346736b96d979ba21142096/children
|
|
3462
3462
|
*/
|
|
3463
3463
|
related?: string;
|
|
3464
3464
|
};
|
|
3465
3465
|
};
|
|
3466
3466
|
cmsPage?: {
|
|
3467
3467
|
data?: {
|
|
3468
|
-
/** @example
|
|
3468
|
+
/** @example 01891d177348723c940a12973d0327d9 */
|
|
3469
3469
|
id?: string;
|
|
3470
3470
|
/** @example cms_page */
|
|
3471
3471
|
type?: string;
|
|
@@ -3473,14 +3473,14 @@ type components = {
|
|
|
3473
3473
|
links?: {
|
|
3474
3474
|
/**
|
|
3475
3475
|
* Format: uri-reference
|
|
3476
|
-
* @example /product/
|
|
3476
|
+
* @example /product/01891d177346736b96d979ba21142096/cmsPage
|
|
3477
3477
|
*/
|
|
3478
3478
|
related?: string;
|
|
3479
3479
|
};
|
|
3480
3480
|
};
|
|
3481
3481
|
configuratorSettings?: {
|
|
3482
3482
|
data?: {
|
|
3483
|
-
/** @example
|
|
3483
|
+
/** @example 01891d177348723c940a12973f0226e4 */
|
|
3484
3484
|
id?: string;
|
|
3485
3485
|
/** @example product_configurator_setting */
|
|
3486
3486
|
type?: string;
|
|
@@ -3488,14 +3488,14 @@ type components = {
|
|
|
3488
3488
|
links?: {
|
|
3489
3489
|
/**
|
|
3490
3490
|
* Format: uri-reference
|
|
3491
|
-
* @example /product/
|
|
3491
|
+
* @example /product/01891d177346736b96d979ba21142096/configuratorSettings
|
|
3492
3492
|
*/
|
|
3493
3493
|
related?: string;
|
|
3494
3494
|
};
|
|
3495
3495
|
};
|
|
3496
3496
|
cover?: {
|
|
3497
3497
|
data?: {
|
|
3498
|
-
/** @example
|
|
3498
|
+
/** @example 01891d177348723c940a12973c95ad24 */
|
|
3499
3499
|
id?: string;
|
|
3500
3500
|
/** @example product_media */
|
|
3501
3501
|
type?: string;
|
|
@@ -3503,14 +3503,14 @@ type components = {
|
|
|
3503
3503
|
links?: {
|
|
3504
3504
|
/**
|
|
3505
3505
|
* Format: uri-reference
|
|
3506
|
-
* @example /product/
|
|
3506
|
+
* @example /product/01891d177346736b96d979ba21142096/cover
|
|
3507
3507
|
*/
|
|
3508
3508
|
related?: string;
|
|
3509
3509
|
};
|
|
3510
3510
|
};
|
|
3511
3511
|
crossSellings?: {
|
|
3512
3512
|
data?: {
|
|
3513
|
-
/** @example
|
|
3513
|
+
/** @example 01891d177348723c940a12973e537909 */
|
|
3514
3514
|
id?: string;
|
|
3515
3515
|
/** @example product_cross_selling */
|
|
3516
3516
|
type?: string;
|
|
@@ -3518,14 +3518,14 @@ type components = {
|
|
|
3518
3518
|
links?: {
|
|
3519
3519
|
/**
|
|
3520
3520
|
* Format: uri-reference
|
|
3521
|
-
* @example /product/
|
|
3521
|
+
* @example /product/01891d177346736b96d979ba21142096/crossSellings
|
|
3522
3522
|
*/
|
|
3523
3523
|
related?: string;
|
|
3524
3524
|
};
|
|
3525
3525
|
};
|
|
3526
3526
|
deliveryTime?: {
|
|
3527
3527
|
data?: {
|
|
3528
|
-
/** @example
|
|
3528
|
+
/** @example 01891d177348723c940a12973aaaa8f4 */
|
|
3529
3529
|
id?: string;
|
|
3530
3530
|
/** @example delivery_time */
|
|
3531
3531
|
type?: string;
|
|
@@ -3533,14 +3533,14 @@ type components = {
|
|
|
3533
3533
|
links?: {
|
|
3534
3534
|
/**
|
|
3535
3535
|
* Format: uri-reference
|
|
3536
|
-
* @example /product/
|
|
3536
|
+
* @example /product/01891d177346736b96d979ba21142096/deliveryTime
|
|
3537
3537
|
*/
|
|
3538
3538
|
related?: string;
|
|
3539
3539
|
};
|
|
3540
3540
|
};
|
|
3541
3541
|
downloads?: {
|
|
3542
3542
|
data?: {
|
|
3543
|
-
/** @example
|
|
3543
|
+
/** @example 01891d177347709383861b37206d74bd */
|
|
3544
3544
|
id?: string;
|
|
3545
3545
|
/** @example product_download */
|
|
3546
3546
|
type?: string;
|
|
@@ -3548,14 +3548,14 @@ type components = {
|
|
|
3548
3548
|
links?: {
|
|
3549
3549
|
/**
|
|
3550
3550
|
* Format: uri-reference
|
|
3551
|
-
* @example /product/
|
|
3551
|
+
* @example /product/01891d177346736b96d979ba21142096/downloads
|
|
3552
3552
|
*/
|
|
3553
3553
|
related?: string;
|
|
3554
3554
|
};
|
|
3555
3555
|
};
|
|
3556
3556
|
mainCategories?: {
|
|
3557
3557
|
data?: {
|
|
3558
|
-
/** @example
|
|
3558
|
+
/** @example 01891d177348723c940a12974011bd49 */
|
|
3559
3559
|
id?: string;
|
|
3560
3560
|
/** @example main_category */
|
|
3561
3561
|
type?: string;
|
|
@@ -3563,14 +3563,14 @@ type components = {
|
|
|
3563
3563
|
links?: {
|
|
3564
3564
|
/**
|
|
3565
3565
|
* Format: uri-reference
|
|
3566
|
-
* @example /product/
|
|
3566
|
+
* @example /product/01891d177346736b96d979ba21142096/mainCategories
|
|
3567
3567
|
*/
|
|
3568
3568
|
related?: string;
|
|
3569
3569
|
};
|
|
3570
3570
|
};
|
|
3571
3571
|
manufacturer?: {
|
|
3572
3572
|
data?: {
|
|
3573
|
-
/** @example
|
|
3573
|
+
/** @example 01891d177348723c940a12973c1c324f */
|
|
3574
3574
|
id?: string;
|
|
3575
3575
|
/** @example product_manufacturer */
|
|
3576
3576
|
type?: string;
|
|
@@ -3578,14 +3578,14 @@ type components = {
|
|
|
3578
3578
|
links?: {
|
|
3579
3579
|
/**
|
|
3580
3580
|
* Format: uri-reference
|
|
3581
|
-
* @example /product/
|
|
3581
|
+
* @example /product/01891d177346736b96d979ba21142096/manufacturer
|
|
3582
3582
|
*/
|
|
3583
3583
|
related?: string;
|
|
3584
3584
|
};
|
|
3585
3585
|
};
|
|
3586
3586
|
media?: {
|
|
3587
3587
|
data?: {
|
|
3588
|
-
/** @example
|
|
3588
|
+
/** @example 01891d177348723c940a12973e068f40 */
|
|
3589
3589
|
id?: string;
|
|
3590
3590
|
/** @example product_media */
|
|
3591
3591
|
type?: string;
|
|
@@ -3593,14 +3593,14 @@ type components = {
|
|
|
3593
3593
|
links?: {
|
|
3594
3594
|
/**
|
|
3595
3595
|
* Format: uri-reference
|
|
3596
|
-
* @example /product/
|
|
3596
|
+
* @example /product/01891d177346736b96d979ba21142096/media
|
|
3597
3597
|
*/
|
|
3598
3598
|
related?: string;
|
|
3599
3599
|
};
|
|
3600
3600
|
};
|
|
3601
3601
|
options?: {
|
|
3602
3602
|
data?: {
|
|
3603
|
-
/** @example
|
|
3603
|
+
/** @example 01891d177348723c940a129741d51c7e */
|
|
3604
3604
|
id?: string;
|
|
3605
3605
|
/** @example property_group_option */
|
|
3606
3606
|
type?: string;
|
|
@@ -3608,14 +3608,14 @@ type components = {
|
|
|
3608
3608
|
links?: {
|
|
3609
3609
|
/**
|
|
3610
3610
|
* Format: uri-reference
|
|
3611
|
-
* @example /product/
|
|
3611
|
+
* @example /product/01891d177346736b96d979ba21142096/options
|
|
3612
3612
|
*/
|
|
3613
3613
|
related?: string;
|
|
3614
3614
|
};
|
|
3615
3615
|
};
|
|
3616
3616
|
parent?: {
|
|
3617
3617
|
data?: {
|
|
3618
|
-
/** @example
|
|
3618
|
+
/** @example 01891d177348723c940a12973a055a6e */
|
|
3619
3619
|
id?: string;
|
|
3620
3620
|
/** @example product */
|
|
3621
3621
|
type?: string;
|
|
@@ -3623,14 +3623,14 @@ type components = {
|
|
|
3623
3623
|
links?: {
|
|
3624
3624
|
/**
|
|
3625
3625
|
* Format: uri-reference
|
|
3626
|
-
* @example /product/
|
|
3626
|
+
* @example /product/01891d177346736b96d979ba21142096/parent
|
|
3627
3627
|
*/
|
|
3628
3628
|
related?: string;
|
|
3629
3629
|
};
|
|
3630
3630
|
};
|
|
3631
3631
|
productReviews?: {
|
|
3632
3632
|
data?: {
|
|
3633
|
-
/** @example
|
|
3633
|
+
/** @example 01891d177348723c940a12973f989cd7 */
|
|
3634
3634
|
id?: string;
|
|
3635
3635
|
/** @example product_review */
|
|
3636
3636
|
type?: string;
|
|
@@ -3638,14 +3638,14 @@ type components = {
|
|
|
3638
3638
|
links?: {
|
|
3639
3639
|
/**
|
|
3640
3640
|
* Format: uri-reference
|
|
3641
|
-
* @example /product/
|
|
3641
|
+
* @example /product/01891d177346736b96d979ba21142096/productReviews
|
|
3642
3642
|
*/
|
|
3643
3643
|
related?: string;
|
|
3644
3644
|
};
|
|
3645
3645
|
};
|
|
3646
3646
|
properties?: {
|
|
3647
3647
|
data?: {
|
|
3648
|
-
/** @example
|
|
3648
|
+
/** @example 01891d177348723c940a129742b683eb */
|
|
3649
3649
|
id?: string;
|
|
3650
3650
|
/** @example property_group_option */
|
|
3651
3651
|
type?: string;
|
|
@@ -3653,14 +3653,14 @@ type components = {
|
|
|
3653
3653
|
links?: {
|
|
3654
3654
|
/**
|
|
3655
3655
|
* Format: uri-reference
|
|
3656
|
-
* @example /product/
|
|
3656
|
+
* @example /product/01891d177346736b96d979ba21142096/properties
|
|
3657
3657
|
*/
|
|
3658
3658
|
related?: string;
|
|
3659
3659
|
};
|
|
3660
3660
|
};
|
|
3661
3661
|
seoCategory?: {
|
|
3662
3662
|
data?: {
|
|
3663
|
-
/** @example
|
|
3663
|
+
/** @example 01891d177348723c940a1297446a96d6 */
|
|
3664
3664
|
id?: string;
|
|
3665
3665
|
/** @example category */
|
|
3666
3666
|
type?: string;
|
|
@@ -3668,14 +3668,14 @@ type components = {
|
|
|
3668
3668
|
links?: {
|
|
3669
3669
|
/**
|
|
3670
3670
|
* Format: uri-reference
|
|
3671
|
-
* @example /product/
|
|
3671
|
+
* @example /product/01891d177346736b96d979ba21142096/seoCategory
|
|
3672
3672
|
*/
|
|
3673
3673
|
related?: string;
|
|
3674
3674
|
};
|
|
3675
3675
|
};
|
|
3676
3676
|
seoUrls?: {
|
|
3677
3677
|
data?: {
|
|
3678
|
-
/** @example
|
|
3678
|
+
/** @example 01891d177348723c940a129740fefcf1 */
|
|
3679
3679
|
id?: string;
|
|
3680
3680
|
/** @example seo_url */
|
|
3681
3681
|
type?: string;
|
|
@@ -3683,14 +3683,14 @@ type components = {
|
|
|
3683
3683
|
links?: {
|
|
3684
3684
|
/**
|
|
3685
3685
|
* Format: uri-reference
|
|
3686
|
-
* @example /product/
|
|
3686
|
+
* @example /product/01891d177346736b96d979ba21142096/seoUrls
|
|
3687
3687
|
*/
|
|
3688
3688
|
related?: string;
|
|
3689
3689
|
};
|
|
3690
3690
|
};
|
|
3691
3691
|
streams?: {
|
|
3692
3692
|
data?: {
|
|
3693
|
-
/** @example
|
|
3693
|
+
/** @example 01891d177348723c940a129743bf570a */
|
|
3694
3694
|
id?: string;
|
|
3695
3695
|
/** @example product_stream */
|
|
3696
3696
|
type?: string;
|
|
@@ -3698,14 +3698,14 @@ type components = {
|
|
|
3698
3698
|
links?: {
|
|
3699
3699
|
/**
|
|
3700
3700
|
* Format: uri-reference
|
|
3701
|
-
* @example /product/
|
|
3701
|
+
* @example /product/01891d177346736b96d979ba21142096/streams
|
|
3702
3702
|
*/
|
|
3703
3703
|
related?: string;
|
|
3704
3704
|
};
|
|
3705
3705
|
};
|
|
3706
3706
|
tax?: {
|
|
3707
3707
|
data?: {
|
|
3708
|
-
/** @example
|
|
3708
|
+
/** @example 01891d177348723c940a12973b7c7b2b */
|
|
3709
3709
|
id?: string;
|
|
3710
3710
|
/** @example tax */
|
|
3711
3711
|
type?: string;
|
|
@@ -3713,14 +3713,14 @@ type components = {
|
|
|
3713
3713
|
links?: {
|
|
3714
3714
|
/**
|
|
3715
3715
|
* Format: uri-reference
|
|
3716
|
-
* @example /product/
|
|
3716
|
+
* @example /product/01891d177346736b96d979ba21142096/tax
|
|
3717
3717
|
*/
|
|
3718
3718
|
related?: string;
|
|
3719
3719
|
};
|
|
3720
3720
|
};
|
|
3721
3721
|
unit?: {
|
|
3722
3722
|
data?: {
|
|
3723
|
-
/** @example
|
|
3723
|
+
/** @example 01891d177348723c940a12973c3b8002 */
|
|
3724
3724
|
id?: string;
|
|
3725
3725
|
/** @example unit */
|
|
3726
3726
|
type?: string;
|
|
@@ -3728,7 +3728,7 @@ type components = {
|
|
|
3728
3728
|
links?: {
|
|
3729
3729
|
/**
|
|
3730
3730
|
* Format: uri-reference
|
|
3731
|
-
* @example /product/
|
|
3731
|
+
* @example /product/01891d177346736b96d979ba21142096/unit
|
|
3732
3732
|
*/
|
|
3733
3733
|
related?: string;
|
|
3734
3734
|
};
|
|
@@ -4164,7 +4164,7 @@ type components = {
|
|
|
4164
4164
|
extensions?: {
|
|
4165
4165
|
warehouseGroup?: {
|
|
4166
4166
|
data?: {
|
|
4167
|
-
/** @example
|
|
4167
|
+
/** @example 01891d17735971868bfca11122d891ee */
|
|
4168
4168
|
id?: string;
|
|
4169
4169
|
/** @example warehouse_group */
|
|
4170
4170
|
type?: string;
|
|
@@ -4172,7 +4172,7 @@ type components = {
|
|
|
4172
4172
|
links?: {
|
|
4173
4173
|
/**
|
|
4174
4174
|
* Format: uri-reference
|
|
4175
|
-
* @example /rule/
|
|
4175
|
+
* @example /rule/01891d17735871f8a55ad592e5f6f4f8/warehouseGroup
|
|
4176
4176
|
*/
|
|
4177
4177
|
related?: string;
|
|
4178
4178
|
};
|
|
@@ -4609,7 +4609,7 @@ type components = {
|
|
|
4609
4609
|
relationships?: {
|
|
4610
4610
|
availabilityRule?: {
|
|
4611
4611
|
data?: {
|
|
4612
|
-
/** @example
|
|
4612
|
+
/** @example 01891d17735e70b0b5bbb1e83bbe60a0 */
|
|
4613
4613
|
id?: string;
|
|
4614
4614
|
/** @example rule */
|
|
4615
4615
|
type?: string;
|
|
@@ -4617,14 +4617,14 @@ type components = {
|
|
|
4617
4617
|
links?: {
|
|
4618
4618
|
/**
|
|
4619
4619
|
* Format: uri-reference
|
|
4620
|
-
* @example /shipping-method/
|
|
4620
|
+
* @example /shipping-method/01891d17735e70b0b5bbb1e83aa3301d/availabilityRule
|
|
4621
4621
|
*/
|
|
4622
4622
|
related?: string;
|
|
4623
4623
|
};
|
|
4624
4624
|
};
|
|
4625
4625
|
deliveryTime?: {
|
|
4626
4626
|
data?: {
|
|
4627
|
-
/** @example
|
|
4627
|
+
/** @example 01891d17735e70b0b5bbb1e83ad4fa60 */
|
|
4628
4628
|
id?: string;
|
|
4629
4629
|
/** @example delivery_time */
|
|
4630
4630
|
type?: string;
|
|
@@ -4632,14 +4632,14 @@ type components = {
|
|
|
4632
4632
|
links?: {
|
|
4633
4633
|
/**
|
|
4634
4634
|
* Format: uri-reference
|
|
4635
|
-
* @example /shipping-method/
|
|
4635
|
+
* @example /shipping-method/01891d17735e70b0b5bbb1e83aa3301d/deliveryTime
|
|
4636
4636
|
*/
|
|
4637
4637
|
related?: string;
|
|
4638
4638
|
};
|
|
4639
4639
|
};
|
|
4640
4640
|
media?: {
|
|
4641
4641
|
data?: {
|
|
4642
|
-
/** @example
|
|
4642
|
+
/** @example 01891d17735e70b0b5bbb1e83cc4e9b8 */
|
|
4643
4643
|
id?: string;
|
|
4644
4644
|
/** @example media */
|
|
4645
4645
|
type?: string;
|
|
@@ -4647,14 +4647,14 @@ type components = {
|
|
|
4647
4647
|
links?: {
|
|
4648
4648
|
/**
|
|
4649
4649
|
* Format: uri-reference
|
|
4650
|
-
* @example /shipping-method/
|
|
4650
|
+
* @example /shipping-method/01891d17735e70b0b5bbb1e83aa3301d/media
|
|
4651
4651
|
*/
|
|
4652
4652
|
related?: string;
|
|
4653
4653
|
};
|
|
4654
4654
|
};
|
|
4655
4655
|
prices?: {
|
|
4656
4656
|
data?: {
|
|
4657
|
-
/** @example
|
|
4657
|
+
/** @example 01891d17735e70b0b5bbb1e83bcb4d4b */
|
|
4658
4658
|
id?: string;
|
|
4659
4659
|
/** @example shipping_method_price */
|
|
4660
4660
|
type?: string;
|
|
@@ -4662,14 +4662,14 @@ type components = {
|
|
|
4662
4662
|
links?: {
|
|
4663
4663
|
/**
|
|
4664
4664
|
* Format: uri-reference
|
|
4665
|
-
* @example /shipping-method/
|
|
4665
|
+
* @example /shipping-method/01891d17735e70b0b5bbb1e83aa3301d/prices
|
|
4666
4666
|
*/
|
|
4667
4667
|
related?: string;
|
|
4668
4668
|
};
|
|
4669
4669
|
};
|
|
4670
4670
|
tags?: {
|
|
4671
4671
|
data?: {
|
|
4672
|
-
/** @example
|
|
4672
|
+
/** @example 01891d17735e70b0b5bbb1e83d2c522c */
|
|
4673
4673
|
id?: string;
|
|
4674
4674
|
/** @example tag */
|
|
4675
4675
|
type?: string;
|
|
@@ -4677,14 +4677,14 @@ type components = {
|
|
|
4677
4677
|
links?: {
|
|
4678
4678
|
/**
|
|
4679
4679
|
* Format: uri-reference
|
|
4680
|
-
* @example /shipping-method/
|
|
4680
|
+
* @example /shipping-method/01891d17735e70b0b5bbb1e83aa3301d/tags
|
|
4681
4681
|
*/
|
|
4682
4682
|
related?: string;
|
|
4683
4683
|
};
|
|
4684
4684
|
};
|
|
4685
4685
|
tax?: {
|
|
4686
4686
|
data?: {
|
|
4687
|
-
/** @example
|
|
4687
|
+
/** @example 01891d17735e70b0b5bbb1e83d77f04f */
|
|
4688
4688
|
id?: string;
|
|
4689
4689
|
/** @example tax */
|
|
4690
4690
|
type?: string;
|
|
@@ -4692,7 +4692,7 @@ type components = {
|
|
|
4692
4692
|
links?: {
|
|
4693
4693
|
/**
|
|
4694
4694
|
* Format: uri-reference
|
|
4695
|
-
* @example /shipping-method/
|
|
4695
|
+
* @example /shipping-method/01891d17735e70b0b5bbb1e83aa3301d/tax
|
|
4696
4696
|
*/
|
|
4697
4697
|
related?: string;
|
|
4698
4698
|
};
|
|
@@ -5084,7 +5084,7 @@ type components = {
|
|
|
5084
5084
|
relationships?: {
|
|
5085
5085
|
template?: {
|
|
5086
5086
|
data?: {
|
|
5087
|
-
/** @example
|
|
5087
|
+
/** @example 01891d17736371f0b64692494b10d5fd */
|
|
5088
5088
|
id?: string;
|
|
5089
5089
|
/** @example swag_customized_products_template */
|
|
5090
5090
|
type?: string;
|
|
@@ -5092,14 +5092,14 @@ type components = {
|
|
|
5092
5092
|
links?: {
|
|
5093
5093
|
/**
|
|
5094
5094
|
* Format: uri-reference
|
|
5095
|
-
* @example /swag-customized-products-template-configuration/
|
|
5095
|
+
* @example /swag-customized-products-template-configuration/01891d17736371f0b64692494ac47226/template
|
|
5096
5096
|
*/
|
|
5097
5097
|
related?: string;
|
|
5098
5098
|
};
|
|
5099
5099
|
};
|
|
5100
5100
|
templateConfigurationShares?: {
|
|
5101
5101
|
data?: {
|
|
5102
|
-
/** @example
|
|
5102
|
+
/** @example 01891d17736371f0b64692494be60412 */
|
|
5103
5103
|
id?: string;
|
|
5104
5104
|
/** @example swag_customized_products_template_configuration_share */
|
|
5105
5105
|
type?: string;
|
|
@@ -5107,7 +5107,7 @@ type components = {
|
|
|
5107
5107
|
links?: {
|
|
5108
5108
|
/**
|
|
5109
5109
|
* Format: uri-reference
|
|
5110
|
-
* @example /swag-customized-products-template-configuration/
|
|
5110
|
+
* @example /swag-customized-products-template-configuration/01891d17736371f0b64692494ac47226/templateConfigurationShares
|
|
5111
5111
|
*/
|
|
5112
5112
|
related?: string;
|
|
5113
5113
|
};
|
|
@@ -5193,7 +5193,7 @@ type components = {
|
|
|
5193
5193
|
relationships?: {
|
|
5194
5194
|
configurations?: {
|
|
5195
5195
|
data?: {
|
|
5196
|
-
/** @example
|
|
5196
|
+
/** @example 01891d17736371f0b64692494a460d65 */
|
|
5197
5197
|
id?: string;
|
|
5198
5198
|
/** @example swag_customized_products_template_configuration */
|
|
5199
5199
|
type?: string;
|
|
@@ -5201,14 +5201,14 @@ type components = {
|
|
|
5201
5201
|
links?: {
|
|
5202
5202
|
/**
|
|
5203
5203
|
* Format: uri-reference
|
|
5204
|
-
* @example /swag-customized-products-template/
|
|
5204
|
+
* @example /swag-customized-products-template/01891d17736271cfb124ce0df567ce09/configurations
|
|
5205
5205
|
*/
|
|
5206
5206
|
related?: string;
|
|
5207
5207
|
};
|
|
5208
5208
|
};
|
|
5209
5209
|
exclusions?: {
|
|
5210
5210
|
data?: {
|
|
5211
|
-
/** @example
|
|
5211
|
+
/** @example 01891d17736371f0b6469249499a934c */
|
|
5212
5212
|
id?: string;
|
|
5213
5213
|
/** @example swag_customized_products_template_exclusion */
|
|
5214
5214
|
type?: string;
|
|
@@ -5216,14 +5216,14 @@ type components = {
|
|
|
5216
5216
|
links?: {
|
|
5217
5217
|
/**
|
|
5218
5218
|
* Format: uri-reference
|
|
5219
|
-
* @example /swag-customized-products-template/
|
|
5219
|
+
* @example /swag-customized-products-template/01891d17736271cfb124ce0df567ce09/exclusions
|
|
5220
5220
|
*/
|
|
5221
5221
|
related?: string;
|
|
5222
5222
|
};
|
|
5223
5223
|
};
|
|
5224
5224
|
media?: {
|
|
5225
5225
|
data?: {
|
|
5226
|
-
/** @example
|
|
5226
|
+
/** @example 01891d17736371f0b646924948085844 */
|
|
5227
5227
|
id?: string;
|
|
5228
5228
|
/** @example media */
|
|
5229
5229
|
type?: string;
|
|
@@ -5231,14 +5231,14 @@ type components = {
|
|
|
5231
5231
|
links?: {
|
|
5232
5232
|
/**
|
|
5233
5233
|
* Format: uri-reference
|
|
5234
|
-
* @example /swag-customized-products-template/
|
|
5234
|
+
* @example /swag-customized-products-template/01891d17736271cfb124ce0df567ce09/media
|
|
5235
5235
|
*/
|
|
5236
5236
|
related?: string;
|
|
5237
5237
|
};
|
|
5238
5238
|
};
|
|
5239
5239
|
options?: {
|
|
5240
5240
|
data?: {
|
|
5241
|
-
/** @example
|
|
5241
|
+
/** @example 01891d17736371f0b646924948a24f54 */
|
|
5242
5242
|
id?: string;
|
|
5243
5243
|
/** @example swag_customized_products_template_option */
|
|
5244
5244
|
type?: string;
|
|
@@ -5246,14 +5246,14 @@ type components = {
|
|
|
5246
5246
|
links?: {
|
|
5247
5247
|
/**
|
|
5248
5248
|
* Format: uri-reference
|
|
5249
|
-
* @example /swag-customized-products-template/
|
|
5249
|
+
* @example /swag-customized-products-template/01891d17736271cfb124ce0df567ce09/options
|
|
5250
5250
|
*/
|
|
5251
5251
|
related?: string;
|
|
5252
5252
|
};
|
|
5253
5253
|
};
|
|
5254
5254
|
products?: {
|
|
5255
5255
|
data?: {
|
|
5256
|
-
/** @example
|
|
5256
|
+
/** @example 01891d17736371f0b6469249492d304a */
|
|
5257
5257
|
id?: string;
|
|
5258
5258
|
/** @example product */
|
|
5259
5259
|
type?: string;
|
|
@@ -5261,7 +5261,7 @@ type components = {
|
|
|
5261
5261
|
links?: {
|
|
5262
5262
|
/**
|
|
5263
5263
|
* Format: uri-reference
|
|
5264
|
-
* @example /swag-customized-products-template/
|
|
5264
|
+
* @example /swag-customized-products-template/01891d17736271cfb124ce0df567ce09/products
|
|
5265
5265
|
*/
|
|
5266
5266
|
related?: string;
|
|
5267
5267
|
};
|
|
@@ -5342,7 +5342,7 @@ type components = {
|
|
|
5342
5342
|
relationships?: {
|
|
5343
5343
|
prices?: {
|
|
5344
5344
|
data?: {
|
|
5345
|
-
/** @example
|
|
5345
|
+
/** @example 01891d177365724d83f5b142ed85c344 */
|
|
5346
5346
|
id?: string;
|
|
5347
5347
|
/** @example swag_customized_products_template_option_price */
|
|
5348
5348
|
type?: string;
|
|
@@ -5350,14 +5350,14 @@ type components = {
|
|
|
5350
5350
|
links?: {
|
|
5351
5351
|
/**
|
|
5352
5352
|
* Format: uri-reference
|
|
5353
|
-
* @example /swag-customized-products-template-option/
|
|
5353
|
+
* @example /swag-customized-products-template-option/01891d177365724d83f5b142ecead862/prices
|
|
5354
5354
|
*/
|
|
5355
5355
|
related?: string;
|
|
5356
5356
|
};
|
|
5357
5357
|
};
|
|
5358
5358
|
tax?: {
|
|
5359
5359
|
data?: {
|
|
5360
|
-
/** @example
|
|
5360
|
+
/** @example 01891d177365724d83f5b142ef501af0 */
|
|
5361
5361
|
id?: string;
|
|
5362
5362
|
/** @example tax */
|
|
5363
5363
|
type?: string;
|
|
@@ -5365,14 +5365,14 @@ type components = {
|
|
|
5365
5365
|
links?: {
|
|
5366
5366
|
/**
|
|
5367
5367
|
* Format: uri-reference
|
|
5368
|
-
* @example /swag-customized-products-template-option/
|
|
5368
|
+
* @example /swag-customized-products-template-option/01891d177365724d83f5b142ecead862/tax
|
|
5369
5369
|
*/
|
|
5370
5370
|
related?: string;
|
|
5371
5371
|
};
|
|
5372
5372
|
};
|
|
5373
5373
|
template?: {
|
|
5374
5374
|
data?: {
|
|
5375
|
-
/** @example
|
|
5375
|
+
/** @example 01891d177365724d83f5b142ee59a1b1 */
|
|
5376
5376
|
id?: string;
|
|
5377
5377
|
/** @example swag_customized_products_template */
|
|
5378
5378
|
type?: string;
|
|
@@ -5380,14 +5380,14 @@ type components = {
|
|
|
5380
5380
|
links?: {
|
|
5381
5381
|
/**
|
|
5382
5382
|
* Format: uri-reference
|
|
5383
|
-
* @example /swag-customized-products-template-option/
|
|
5383
|
+
* @example /swag-customized-products-template-option/01891d177365724d83f5b142ecead862/template
|
|
5384
5384
|
*/
|
|
5385
5385
|
related?: string;
|
|
5386
5386
|
};
|
|
5387
5387
|
};
|
|
5388
5388
|
templateExclusionConditions?: {
|
|
5389
5389
|
data?: {
|
|
5390
|
-
/** @example
|
|
5390
|
+
/** @example 01891d177365724d83f5b142ee1e96aa */
|
|
5391
5391
|
id?: string;
|
|
5392
5392
|
/** @example swag_customized_products_template_exclusion_condition */
|
|
5393
5393
|
type?: string;
|
|
@@ -5395,14 +5395,14 @@ type components = {
|
|
|
5395
5395
|
links?: {
|
|
5396
5396
|
/**
|
|
5397
5397
|
* Format: uri-reference
|
|
5398
|
-
* @example /swag-customized-products-template-option/
|
|
5398
|
+
* @example /swag-customized-products-template-option/01891d177365724d83f5b142ecead862/templateExclusionConditions
|
|
5399
5399
|
*/
|
|
5400
5400
|
related?: string;
|
|
5401
5401
|
};
|
|
5402
5402
|
};
|
|
5403
5403
|
values?: {
|
|
5404
5404
|
data?: {
|
|
5405
|
-
/** @example
|
|
5405
|
+
/** @example 01891d177365724d83f5b142edb51777 */
|
|
5406
5406
|
id?: string;
|
|
5407
5407
|
/** @example swag_customized_products_template_option_value */
|
|
5408
5408
|
type?: string;
|
|
@@ -5410,7 +5410,7 @@ type components = {
|
|
|
5410
5410
|
links?: {
|
|
5411
5411
|
/**
|
|
5412
5412
|
* Format: uri-reference
|
|
5413
|
-
* @example /swag-customized-products-template-option/
|
|
5413
|
+
* @example /swag-customized-products-template-option/01891d177365724d83f5b142ecead862/values
|
|
5414
5414
|
*/
|
|
5415
5415
|
related?: string;
|
|
5416
5416
|
};
|
|
@@ -5507,7 +5507,7 @@ type components = {
|
|
|
5507
5507
|
relationships?: {
|
|
5508
5508
|
prices?: {
|
|
5509
5509
|
data?: {
|
|
5510
|
-
/** @example
|
|
5510
|
+
/** @example 01891d17736673458228b5527e80de00 */
|
|
5511
5511
|
id?: string;
|
|
5512
5512
|
/** @example swag_customized_products_template_option_value_price */
|
|
5513
5513
|
type?: string;
|
|
@@ -5515,14 +5515,14 @@ type components = {
|
|
|
5515
5515
|
links?: {
|
|
5516
5516
|
/**
|
|
5517
5517
|
* Format: uri-reference
|
|
5518
|
-
* @example /swag-customized-products-template-option-value/
|
|
5518
|
+
* @example /swag-customized-products-template-option-value/01891d17736673458228b5527e444ad9/prices
|
|
5519
5519
|
*/
|
|
5520
5520
|
related?: string;
|
|
5521
5521
|
};
|
|
5522
5522
|
};
|
|
5523
5523
|
tax?: {
|
|
5524
5524
|
data?: {
|
|
5525
|
-
/** @example
|
|
5525
|
+
/** @example 01891d177367711f88fca0bdac1a7cf5 */
|
|
5526
5526
|
id?: string;
|
|
5527
5527
|
/** @example tax */
|
|
5528
5528
|
type?: string;
|
|
@@ -5530,14 +5530,14 @@ type components = {
|
|
|
5530
5530
|
links?: {
|
|
5531
5531
|
/**
|
|
5532
5532
|
* Format: uri-reference
|
|
5533
|
-
* @example /swag-customized-products-template-option-value/
|
|
5533
|
+
* @example /swag-customized-products-template-option-value/01891d17736673458228b5527e444ad9/tax
|
|
5534
5534
|
*/
|
|
5535
5535
|
related?: string;
|
|
5536
5536
|
};
|
|
5537
5537
|
};
|
|
5538
5538
|
templateExclusionConditions?: {
|
|
5539
5539
|
data?: {
|
|
5540
|
-
/** @example
|
|
5540
|
+
/** @example 01891d177367711f88fca0bdac2d41c8 */
|
|
5541
5541
|
id?: string;
|
|
5542
5542
|
/** @example swag_customized_products_template_exclusion_condition */
|
|
5543
5543
|
type?: string;
|
|
@@ -5545,14 +5545,14 @@ type components = {
|
|
|
5545
5545
|
links?: {
|
|
5546
5546
|
/**
|
|
5547
5547
|
* Format: uri-reference
|
|
5548
|
-
* @example /swag-customized-products-template-option-value/
|
|
5548
|
+
* @example /swag-customized-products-template-option-value/01891d17736673458228b5527e444ad9/templateExclusionConditions
|
|
5549
5549
|
*/
|
|
5550
5550
|
related?: string;
|
|
5551
5551
|
};
|
|
5552
5552
|
};
|
|
5553
5553
|
templateOption?: {
|
|
5554
5554
|
data?: {
|
|
5555
|
-
/** @example
|
|
5555
|
+
/** @example 01891d177367711f88fca0bdabf39263 */
|
|
5556
5556
|
id?: string;
|
|
5557
5557
|
/** @example swag_customized_products_template_option */
|
|
5558
5558
|
type?: string;
|
|
@@ -5560,7 +5560,7 @@ type components = {
|
|
|
5560
5560
|
links?: {
|
|
5561
5561
|
/**
|
|
5562
5562
|
* Format: uri-reference
|
|
5563
|
-
* @example /swag-customized-products-template-option-value/
|
|
5563
|
+
* @example /swag-customized-products-template-option-value/01891d17736673458228b5527e444ad9/templateOption
|
|
5564
5564
|
*/
|
|
5565
5565
|
related?: string;
|
|
5566
5566
|
};
|
|
@@ -7667,6 +7667,26 @@ type HttpMethod = "post" | "get" | "put" | "delete" | "patch";
|
|
|
7667
7667
|
type GetInferKey<T, NAME extends string> = T extends {
|
|
7668
7668
|
[key in NAME]: infer R;
|
|
7669
7669
|
} ? R : never;
|
|
7670
|
+
type RequestParameters<OPERATION_NAME extends keyof OPERATIONS, OPERATIONS = operations> = (OPERATIONS[OPERATION_NAME] extends {
|
|
7671
|
+
parameters?: {
|
|
7672
|
+
query?: infer R;
|
|
7673
|
+
};
|
|
7674
|
+
} ? R : Record<string, unknown>) & (OPERATIONS[OPERATION_NAME] extends {
|
|
7675
|
+
parameters?: {
|
|
7676
|
+
path?: infer R;
|
|
7677
|
+
};
|
|
7678
|
+
} ? R : Record<string, unknown>) & (OPERATIONS[OPERATION_NAME] extends {
|
|
7679
|
+
requestBody?: {
|
|
7680
|
+
content?: {
|
|
7681
|
+
"application/json"?: infer R;
|
|
7682
|
+
};
|
|
7683
|
+
};
|
|
7684
|
+
} ? R : Record<string, unknown>) & (OPERATIONS[OPERATION_NAME] extends {
|
|
7685
|
+
parameters?: {
|
|
7686
|
+
header?: infer R;
|
|
7687
|
+
};
|
|
7688
|
+
} ? R : Record<string, unknown>);
|
|
7689
|
+
type RequestReturnType<T extends keyof OPERATIONS, OPERATIONS = operations> = GetInferKey<GetInferKey<GetInferKey<GetInferKey<OPERATIONS[T], "responses">, "200">, "content">, "application/json">;
|
|
7670
7690
|
declare function createAPIClient<OPERATIONS extends Operations = operations, PATHS = paths>(params: {
|
|
7671
7691
|
baseURL: string;
|
|
7672
7692
|
apiType: "store-api" | "admin-api";
|
|
@@ -7674,25 +7694,7 @@ declare function createAPIClient<OPERATIONS extends Operations = operations, PAT
|
|
|
7674
7694
|
contextToken?: string;
|
|
7675
7695
|
onContextChanged?: (newContextToken: string) => void;
|
|
7676
7696
|
}): {
|
|
7677
|
-
invoke: <INVOKE_PATH extends PATHS, OON = INVOKE_PATH extends `${infer R} ${string}` ? R : never, OPERATION_NAME extends keyof OPERATIONS = OON extends keyof OPERATIONS ? OON : never>(pathParam: INVOKE_PATH extends string ? INVOKE_PATH : never, params:
|
|
7678
|
-
parameters?: {
|
|
7679
|
-
query?: infer R_1 | undefined;
|
|
7680
|
-
} | undefined;
|
|
7681
|
-
} ? R_1 : Record<string, unknown>) & (OPERATIONS[OPERATION_NAME] extends {
|
|
7682
|
-
parameters?: {
|
|
7683
|
-
path?: infer R_2 | undefined;
|
|
7684
|
-
} | undefined;
|
|
7685
|
-
} ? R_2 : Record<string, unknown>) & (OPERATIONS[OPERATION_NAME] extends {
|
|
7686
|
-
requestBody?: {
|
|
7687
|
-
content?: {
|
|
7688
|
-
"application/json"?: infer R_3 | undefined;
|
|
7689
|
-
} | undefined;
|
|
7690
|
-
} | undefined;
|
|
7691
|
-
} ? R_3 : Record<string, unknown>) & (OPERATIONS[OPERATION_NAME] extends {
|
|
7692
|
-
parameters?: {
|
|
7693
|
-
header?: infer R_4 | undefined;
|
|
7694
|
-
} | undefined;
|
|
7695
|
-
} ? R_4 : Record<string, unknown>)) => Promise<GetInferKey<GetInferKey<GetInferKey<GetInferKey<OPERATIONS[OPERATION_NAME], "responses">, "200">, "content">, "application/json">>;
|
|
7697
|
+
invoke: <INVOKE_PATH extends PATHS, OON = INVOKE_PATH extends `${infer R} ${string}` ? R : never, OPERATION_NAME extends keyof OPERATIONS = OON extends keyof OPERATIONS ? OON : never>(pathParam: INVOKE_PATH extends string ? INVOKE_PATH : never, params: RequestParameters<OPERATION_NAME, OPERATIONS>) => Promise<GetInferKey<GetInferKey<GetInferKey<GetInferKey<OPERATIONS[OPERATION_NAME], "responses">, "200">, "content">, "application/json">>;
|
|
7696
7698
|
};
|
|
7697
7699
|
declare function transformPathToQuery<T extends Record<string, unknown>>(path: string, params: T): [
|
|
7698
7700
|
string,
|
|
@@ -7704,4 +7706,4 @@ declare function transformPathToQuery<T extends Record<string, unknown>>(path: s
|
|
|
7704
7706
|
}
|
|
7705
7707
|
];
|
|
7706
7708
|
|
|
7707
|
-
export { createAPIClient, transformPathToQuery };
|
|
7709
|
+
export { RequestParameters, RequestReturnType, createAPIClient, transformPathToQuery };
|