@teemill/gfn-catalog 3.5.0 → 3.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. package/README.md +73 -2
  2. package/api.ts +50 -25
  3. package/base.ts +1 -1
  4. package/common.ts +1 -1
  5. package/configuration.ts +1 -1
  6. package/dist/api.d.ts +53 -28
  7. package/dist/api.js +1 -1
  8. package/dist/base.d.ts +1 -1
  9. package/dist/base.js +1 -1
  10. package/dist/common.d.ts +1 -1
  11. package/dist/common.js +1 -1
  12. package/dist/configuration.d.ts +1 -1
  13. package/dist/configuration.js +1 -1
  14. package/dist/esm/api.d.ts +53 -28
  15. package/dist/esm/api.js +1 -1
  16. package/dist/esm/base.d.ts +1 -1
  17. package/dist/esm/base.js +1 -1
  18. package/dist/esm/common.d.ts +1 -1
  19. package/dist/esm/common.js +1 -1
  20. package/dist/esm/configuration.d.ts +1 -1
  21. package/dist/esm/configuration.js +1 -1
  22. package/dist/esm/index.d.ts +1 -1
  23. package/dist/esm/index.js +1 -1
  24. package/dist/index.d.ts +1 -1
  25. package/dist/index.js +1 -1
  26. package/docs/ApiError.md +22 -0
  27. package/docs/ApiValidationError.md +22 -0
  28. package/docs/Attribute.md +26 -0
  29. package/docs/AttributeThumbnail.md +23 -0
  30. package/docs/ExportTransactionsRequest.md +20 -0
  31. package/docs/Fulfillment.md +26 -0
  32. package/docs/Image.md +33 -0
  33. package/docs/InlineObject.md +22 -0
  34. package/docs/InlineObject1.md +22 -0
  35. package/docs/InlineObject2.md +22 -0
  36. package/docs/Location.md +22 -0
  37. package/docs/Product.md +40 -0
  38. package/docs/ProductAttribute.md +24 -0
  39. package/docs/ProductAttributeValuesInner.md +22 -0
  40. package/docs/ProductBrand.md +22 -0
  41. package/docs/ProductImagesInner.md +26 -0
  42. package/docs/ProductVariantsInner.md +22 -0
  43. package/docs/ProductsApi.md +138 -0
  44. package/docs/ProductsResponse.md +22 -0
  45. package/docs/Statement.md +34 -0
  46. package/docs/StatementsApi.md +132 -0
  47. package/docs/Stock.md +22 -0
  48. package/docs/StockResponse.md +22 -0
  49. package/docs/Transaction.md +38 -0
  50. package/docs/TransactionsApi.md +205 -0
  51. package/docs/Variant.md +34 -0
  52. package/docs/VariantManufacturerOrigin.md +23 -0
  53. package/docs/VariantProduct.md +22 -0
  54. package/docs/VariantStock.md +26 -0
  55. package/docs/VariantsApi.md +268 -0
  56. package/docs/VariantsResponse.md +22 -0
  57. package/index.ts +1 -1
  58. package/package.json +1 -1
package/dist/esm/api.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * GFN Catalog API
3
3
  * Use this API to access the Global Fulfillment Network, which contains all the warehouse products and variants available to a given project. Warehouse products represent the base products that can be printed on. Products are the top level items, and variants are the different options available for each product. For example, a product might be a T-shirt, and each variant represents a different size and colour combination of that T-shirt. Use references to these warehouse products to create new product listings on your project via the Product Catalog API. Use the variant information to decide which options you would like to offer on each product listing.
4
4
  *
5
- * The version of the OpenAPI document: 3.5.0
5
+ * The version of the OpenAPI document: 3.6.1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -205,57 +205,57 @@ export interface Image {
205
205
  /**
206
206
  *
207
207
  * @export
208
- * @interface ListFulfillments200Response
208
+ * @interface InlineObject
209
209
  */
210
- export interface ListFulfillments200Response {
210
+ export interface InlineObject {
211
211
  /**
212
212
  *
213
- * @type {Array<Fulfillment>}
214
- * @memberof ListFulfillments200Response
213
+ * @type {Array<Statement>}
214
+ * @memberof InlineObject
215
215
  */
216
- 'fulfillments'?: Array<Fulfillment>;
216
+ 'statements'?: Array<Statement>;
217
217
  /**
218
218
  *
219
219
  * @type {number}
220
- * @memberof ListFulfillments200Response
220
+ * @memberof InlineObject
221
221
  */
222
222
  'nextPageToken'?: number | null;
223
223
  }
224
224
  /**
225
225
  *
226
226
  * @export
227
- * @interface ListStatements200Response
227
+ * @interface InlineObject1
228
228
  */
229
- export interface ListStatements200Response {
229
+ export interface InlineObject1 {
230
230
  /**
231
231
  *
232
- * @type {Array<Statement>}
233
- * @memberof ListStatements200Response
232
+ * @type {Array<Transaction>}
233
+ * @memberof InlineObject1
234
234
  */
235
- 'statements'?: Array<Statement>;
235
+ 'transactions'?: Array<Transaction>;
236
236
  /**
237
237
  *
238
238
  * @type {number}
239
- * @memberof ListStatements200Response
239
+ * @memberof InlineObject1
240
240
  */
241
241
  'nextPageToken'?: number | null;
242
242
  }
243
243
  /**
244
244
  *
245
245
  * @export
246
- * @interface ListTransactions200Response
246
+ * @interface InlineObject2
247
247
  */
248
- export interface ListTransactions200Response {
248
+ export interface InlineObject2 {
249
249
  /**
250
250
  *
251
- * @type {Array<Transaction>}
252
- * @memberof ListTransactions200Response
251
+ * @type {Array<Fulfillment>}
252
+ * @memberof InlineObject2
253
253
  */
254
- 'transactions'?: Array<Transaction>;
254
+ 'fulfillments'?: Array<Fulfillment>;
255
255
  /**
256
256
  *
257
257
  * @type {number}
258
- * @memberof ListTransactions200Response
258
+ * @memberof InlineObject2
259
259
  */
260
260
  'nextPageToken'?: number | null;
261
261
  }
@@ -344,6 +344,12 @@ export interface Product {
344
344
  * @memberof Product
345
345
  */
346
346
  'variants': Array<ProductVariantsInner>;
347
+ /**
348
+ *
349
+ * @type {ProductBrand}
350
+ * @memberof Product
351
+ */
352
+ 'brand'?: ProductBrand;
347
353
  }
348
354
  /**
349
355
  *
@@ -389,6 +395,25 @@ export interface ProductAttributeValuesInner {
389
395
  */
390
396
  'value': string;
391
397
  }
398
+ /**
399
+ *
400
+ * @export
401
+ * @interface ProductBrand
402
+ */
403
+ export interface ProductBrand {
404
+ /**
405
+ * the name of the brand that manufactures/supplies the product
406
+ * @type {string}
407
+ * @memberof ProductBrand
408
+ */
409
+ 'name': string;
410
+ /**
411
+ * a URL to the brand\'s logo
412
+ * @type {string}
413
+ * @memberof ProductBrand
414
+ */
415
+ 'logo'?: string;
416
+ }
392
417
  /**
393
418
  *
394
419
  * @export
@@ -983,7 +1008,7 @@ export declare const StatementsApiFp: (configuration?: Configuration) => {
983
1008
  * @param {*} [options] Override http request option.
984
1009
  * @throws {RequiredError}
985
1010
  */
986
- listStatements(project: string, pageToken?: number, pageSize?: number, search?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListStatements200Response>>;
1011
+ listStatements(project: string, pageToken?: number, pageSize?: number, search?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineObject>>;
987
1012
  };
988
1013
  /**
989
1014
  * StatementsApi - factory interface
@@ -1005,7 +1030,7 @@ export declare const StatementsApiFactory: (configuration?: Configuration, baseP
1005
1030
  * @param {*} [options] Override http request option.
1006
1031
  * @throws {RequiredError}
1007
1032
  */
1008
- listStatements(requestParameters: StatementsApiListStatementsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ListStatements200Response>;
1033
+ listStatements(requestParameters: StatementsApiListStatementsRequest, options?: RawAxiosRequestConfig): AxiosPromise<InlineObject>;
1009
1034
  };
1010
1035
  /**
1011
1036
  * Request parameters for getStatement operation in StatementsApi.
@@ -1081,7 +1106,7 @@ export declare class StatementsApi extends BaseAPI {
1081
1106
  * @throws {RequiredError}
1082
1107
  * @memberof StatementsApi
1083
1108
  */
1084
- listStatements(requestParameters: StatementsApiListStatementsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListStatements200Response, any>>;
1109
+ listStatements(requestParameters: StatementsApiListStatementsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<InlineObject, any>>;
1085
1110
  }
1086
1111
  /**
1087
1112
  * TransactionsApi - axios parameter creator
@@ -1146,7 +1171,7 @@ export declare const TransactionsApiFp: (configuration?: Configuration) => {
1146
1171
  * @param {*} [options] Override http request option.
1147
1172
  * @throws {RequiredError}
1148
1173
  */
1149
- listFulfillments(project: string, pageToken?: number, pageSize?: number, statementId?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListFulfillments200Response>>;
1174
+ listFulfillments(project: string, pageToken?: number, pageSize?: number, statementId?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineObject2>>;
1150
1175
  /**
1151
1176
  * Lists all GFN transactions available to the project
1152
1177
  * @summary List GFN transactions
@@ -1159,7 +1184,7 @@ export declare const TransactionsApiFp: (configuration?: Configuration) => {
1159
1184
  * @param {*} [options] Override http request option.
1160
1185
  * @throws {RequiredError}
1161
1186
  */
1162
- listTransactions(project: string, pageToken?: number, pageSize?: number, statementId?: string, fulfillmentId?: string, search?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListTransactions200Response>>;
1187
+ listTransactions(project: string, pageToken?: number, pageSize?: number, statementId?: string, fulfillmentId?: string, search?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineObject1>>;
1163
1188
  };
1164
1189
  /**
1165
1190
  * TransactionsApi - factory interface
@@ -1181,7 +1206,7 @@ export declare const TransactionsApiFactory: (configuration?: Configuration, bas
1181
1206
  * @param {*} [options] Override http request option.
1182
1207
  * @throws {RequiredError}
1183
1208
  */
1184
- listFulfillments(requestParameters: TransactionsApiListFulfillmentsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ListFulfillments200Response>;
1209
+ listFulfillments(requestParameters: TransactionsApiListFulfillmentsRequest, options?: RawAxiosRequestConfig): AxiosPromise<InlineObject2>;
1185
1210
  /**
1186
1211
  * Lists all GFN transactions available to the project
1187
1212
  * @summary List GFN transactions
@@ -1189,7 +1214,7 @@ export declare const TransactionsApiFactory: (configuration?: Configuration, bas
1189
1214
  * @param {*} [options] Override http request option.
1190
1215
  * @throws {RequiredError}
1191
1216
  */
1192
- listTransactions(requestParameters: TransactionsApiListTransactionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ListTransactions200Response>;
1217
+ listTransactions(requestParameters: TransactionsApiListTransactionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<InlineObject1>;
1193
1218
  };
1194
1219
  /**
1195
1220
  * Request parameters for exportTransactions operation in TransactionsApi.
@@ -1308,7 +1333,7 @@ export declare class TransactionsApi extends BaseAPI {
1308
1333
  * @throws {RequiredError}
1309
1334
  * @memberof TransactionsApi
1310
1335
  */
1311
- listFulfillments(requestParameters: TransactionsApiListFulfillmentsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListFulfillments200Response, any>>;
1336
+ listFulfillments(requestParameters: TransactionsApiListFulfillmentsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<InlineObject2, any>>;
1312
1337
  /**
1313
1338
  * Lists all GFN transactions available to the project
1314
1339
  * @summary List GFN transactions
@@ -1317,7 +1342,7 @@ export declare class TransactionsApi extends BaseAPI {
1317
1342
  * @throws {RequiredError}
1318
1343
  * @memberof TransactionsApi
1319
1344
  */
1320
- listTransactions(requestParameters: TransactionsApiListTransactionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListTransactions200Response, any>>;
1345
+ listTransactions(requestParameters: TransactionsApiListTransactionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<InlineObject1, any>>;
1321
1346
  }
1322
1347
  /**
1323
1348
  * VariantsApi - axios parameter creator
package/dist/esm/api.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * GFN Catalog API
5
5
  * Use this API to access the Global Fulfillment Network, which contains all the warehouse products and variants available to a given project. Warehouse products represent the base products that can be printed on. Products are the top level items, and variants are the different options available for each product. For example, a product might be a T-shirt, and each variant represents a different size and colour combination of that T-shirt. Use references to these warehouse products to create new product listings on your project via the Product Catalog API. Use the variant information to decide which options you would like to offer on each product listing.
6
6
  *
7
- * The version of the OpenAPI document: 3.5.0
7
+ * The version of the OpenAPI document: 3.6.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * GFN Catalog API
3
3
  * Use this API to access the Global Fulfillment Network, which contains all the warehouse products and variants available to a given project. Warehouse products represent the base products that can be printed on. Products are the top level items, and variants are the different options available for each product. For example, a product might be a T-shirt, and each variant represents a different size and colour combination of that T-shirt. Use references to these warehouse products to create new product listings on your project via the Product Catalog API. Use the variant information to decide which options you would like to offer on each product listing.
4
4
  *
5
- * The version of the OpenAPI document: 3.5.0
5
+ * The version of the OpenAPI document: 3.6.1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/esm/base.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * GFN Catalog API
5
5
  * Use this API to access the Global Fulfillment Network, which contains all the warehouse products and variants available to a given project. Warehouse products represent the base products that can be printed on. Products are the top level items, and variants are the different options available for each product. For example, a product might be a T-shirt, and each variant represents a different size and colour combination of that T-shirt. Use references to these warehouse products to create new product listings on your project via the Product Catalog API. Use the variant information to decide which options you would like to offer on each product listing.
6
6
  *
7
- * The version of the OpenAPI document: 3.5.0
7
+ * The version of the OpenAPI document: 3.6.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * GFN Catalog API
3
3
  * Use this API to access the Global Fulfillment Network, which contains all the warehouse products and variants available to a given project. Warehouse products represent the base products that can be printed on. Products are the top level items, and variants are the different options available for each product. For example, a product might be a T-shirt, and each variant represents a different size and colour combination of that T-shirt. Use references to these warehouse products to create new product listings on your project via the Product Catalog API. Use the variant information to decide which options you would like to offer on each product listing.
4
4
  *
5
- * The version of the OpenAPI document: 3.5.0
5
+ * The version of the OpenAPI document: 3.6.1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * GFN Catalog API
5
5
  * Use this API to access the Global Fulfillment Network, which contains all the warehouse products and variants available to a given project. Warehouse products represent the base products that can be printed on. Products are the top level items, and variants are the different options available for each product. For example, a product might be a T-shirt, and each variant represents a different size and colour combination of that T-shirt. Use references to these warehouse products to create new product listings on your project via the Product Catalog API. Use the variant information to decide which options you would like to offer on each product listing.
6
6
  *
7
- * The version of the OpenAPI document: 3.5.0
7
+ * The version of the OpenAPI document: 3.6.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * GFN Catalog API
3
3
  * Use this API to access the Global Fulfillment Network, which contains all the warehouse products and variants available to a given project. Warehouse products represent the base products that can be printed on. Products are the top level items, and variants are the different options available for each product. For example, a product might be a T-shirt, and each variant represents a different size and colour combination of that T-shirt. Use references to these warehouse products to create new product listings on your project via the Product Catalog API. Use the variant information to decide which options you would like to offer on each product listing.
4
4
  *
5
- * The version of the OpenAPI document: 3.5.0
5
+ * The version of the OpenAPI document: 3.6.1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * GFN Catalog API
5
5
  * Use this API to access the Global Fulfillment Network, which contains all the warehouse products and variants available to a given project. Warehouse products represent the base products that can be printed on. Products are the top level items, and variants are the different options available for each product. For example, a product might be a T-shirt, and each variant represents a different size and colour combination of that T-shirt. Use references to these warehouse products to create new product listings on your project via the Product Catalog API. Use the variant information to decide which options you would like to offer on each product listing.
6
6
  *
7
- * The version of the OpenAPI document: 3.5.0
7
+ * The version of the OpenAPI document: 3.6.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * GFN Catalog API
3
3
  * Use this API to access the Global Fulfillment Network, which contains all the warehouse products and variants available to a given project. Warehouse products represent the base products that can be printed on. Products are the top level items, and variants are the different options available for each product. For example, a product might be a T-shirt, and each variant represents a different size and colour combination of that T-shirt. Use references to these warehouse products to create new product listings on your project via the Product Catalog API. Use the variant information to decide which options you would like to offer on each product listing.
4
4
  *
5
- * The version of the OpenAPI document: 3.5.0
5
+ * The version of the OpenAPI document: 3.6.1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/esm/index.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * GFN Catalog API
5
5
  * Use this API to access the Global Fulfillment Network, which contains all the warehouse products and variants available to a given project. Warehouse products represent the base products that can be printed on. Products are the top level items, and variants are the different options available for each product. For example, a product might be a T-shirt, and each variant represents a different size and colour combination of that T-shirt. Use references to these warehouse products to create new product listings on your project via the Product Catalog API. Use the variant information to decide which options you would like to offer on each product listing.
6
6
  *
7
- * The version of the OpenAPI document: 3.5.0
7
+ * The version of the OpenAPI document: 3.6.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/index.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * GFN Catalog API
3
3
  * Use this API to access the Global Fulfillment Network, which contains all the warehouse products and variants available to a given project. Warehouse products represent the base products that can be printed on. Products are the top level items, and variants are the different options available for each product. For example, a product might be a T-shirt, and each variant represents a different size and colour combination of that T-shirt. Use references to these warehouse products to create new product listings on your project via the Product Catalog API. Use the variant information to decide which options you would like to offer on each product listing.
4
4
  *
5
- * The version of the OpenAPI document: 3.5.0
5
+ * The version of the OpenAPI document: 3.6.1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/index.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * GFN Catalog API
6
6
  * Use this API to access the Global Fulfillment Network, which contains all the warehouse products and variants available to a given project. Warehouse products represent the base products that can be printed on. Products are the top level items, and variants are the different options available for each product. For example, a product might be a T-shirt, and each variant represents a different size and colour combination of that T-shirt. Use references to these warehouse products to create new product listings on your project via the Product Catalog API. Use the variant information to decide which options you would like to offer on each product listing.
7
7
  *
8
- * The version of the OpenAPI document: 3.5.0
8
+ * The version of the OpenAPI document: 3.6.1
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -0,0 +1,22 @@
1
+ # ApiError
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **code** | **string** | | [optional] [default to undefined]
9
+ **message** | **string** | | [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { ApiError } from '@teemill/gfn-catalog';
15
+
16
+ const instance: ApiError = {
17
+ code,
18
+ message,
19
+ };
20
+ ```
21
+
22
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,22 @@
1
+ # ApiValidationError
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **message** | **string** | | [default to undefined]
9
+ **errors** | **{ [key: string]: Array&lt;string&gt;; }** | | [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { ApiValidationError } from '@teemill/gfn-catalog';
15
+
16
+ const instance: ApiValidationError = {
17
+ message,
18
+ errors,
19
+ };
20
+ ```
21
+
22
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,26 @@
1
+ # Attribute
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **name** | **string** | Attribute name | [default to undefined]
9
+ **value** | **string** | Attribute value | [default to undefined]
10
+ **thumbnail** | [**AttributeThumbnail**](AttributeThumbnail.md) | | [optional] [default to undefined]
11
+ **tags** | **Array&lt;string&gt;** | Attribute tags | [optional] [default to undefined]
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import { Attribute } from '@teemill/gfn-catalog';
17
+
18
+ const instance: Attribute = {
19
+ name,
20
+ value,
21
+ thumbnail,
22
+ tags,
23
+ };
24
+ ```
25
+
26
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,23 @@
1
+ # AttributeThumbnail
2
+
3
+ Attribute thumbnail
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **type** | **string** | | [optional] [default to undefined]
10
+ **value** | **string** | | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { AttributeThumbnail } from '@teemill/gfn-catalog';
16
+
17
+ const instance: AttributeThumbnail = {
18
+ type,
19
+ value,
20
+ };
21
+ ```
22
+
23
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,20 @@
1
+ # ExportTransactionsRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **statement** | **string** | Include only transactions from this statement | [optional] [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { ExportTransactionsRequest } from '@teemill/gfn-catalog';
14
+
15
+ const instance: ExportTransactionsRequest = {
16
+ statement,
17
+ };
18
+ ```
19
+
20
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,26 @@
1
+ # Fulfillment
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **number** | | [default to undefined]
9
+ **merchantRef** | **string** | | [default to undefined]
10
+ **total** | **number** | | [default to undefined]
11
+ **createdAt** | **string** | | [default to undefined]
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import { Fulfillment } from '@teemill/gfn-catalog';
17
+
18
+ const instance: Fulfillment = {
19
+ id,
20
+ merchantRef,
21
+ total,
22
+ createdAt,
23
+ };
24
+ ```
25
+
26
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
package/docs/Image.md ADDED
@@ -0,0 +1,33 @@
1
+ # Image
2
+
3
+ Image description
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **id** | **string** | Unique object identifier | [optional] [default to undefined]
10
+ **src** | **string** | | [default to undefined]
11
+ **alt** | **string** | | [optional] [default to undefined]
12
+ **variantIds** | **Array&lt;string&gt;** | List of variant Ids | [optional] [default to undefined]
13
+ **sortOrder** | **number** | | [optional] [default to undefined]
14
+ **createdAt** | **string** | | [optional] [default to undefined]
15
+ **updatedAt** | **string** | | [optional] [default to undefined]
16
+
17
+ ## Example
18
+
19
+ ```typescript
20
+ import { Image } from '@teemill/gfn-catalog';
21
+
22
+ const instance: Image = {
23
+ id,
24
+ src,
25
+ alt,
26
+ variantIds,
27
+ sortOrder,
28
+ createdAt,
29
+ updatedAt,
30
+ };
31
+ ```
32
+
33
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,22 @@
1
+ # InlineObject
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **statements** | [**Array&lt;Statement&gt;**](Statement.md) | | [optional] [default to undefined]
9
+ **nextPageToken** | **number** | | [optional] [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { InlineObject } from '@teemill/gfn-catalog';
15
+
16
+ const instance: InlineObject = {
17
+ statements,
18
+ nextPageToken,
19
+ };
20
+ ```
21
+
22
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,22 @@
1
+ # InlineObject1
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **transactions** | [**Array&lt;Transaction&gt;**](Transaction.md) | | [optional] [default to undefined]
9
+ **nextPageToken** | **number** | | [optional] [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { InlineObject1 } from '@teemill/gfn-catalog';
15
+
16
+ const instance: InlineObject1 = {
17
+ transactions,
18
+ nextPageToken,
19
+ };
20
+ ```
21
+
22
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,22 @@
1
+ # InlineObject2
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **fulfillments** | [**Array&lt;Fulfillment&gt;**](Fulfillment.md) | | [optional] [default to undefined]
9
+ **nextPageToken** | **number** | | [optional] [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { InlineObject2 } from '@teemill/gfn-catalog';
15
+
16
+ const instance: InlineObject2 = {
17
+ fulfillments,
18
+ nextPageToken,
19
+ };
20
+ ```
21
+
22
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,22 @@
1
+ # Location
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **level** | **number** | The total number of units available at the location | [default to undefined]
9
+ **country** | **string** | ISO alpha-2 country code | [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { Location } from '@teemill/gfn-catalog';
15
+
16
+ const instance: Location = {
17
+ level,
18
+ country,
19
+ };
20
+ ```
21
+
22
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,40 @@
1
+ # Product
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | Unique object identifier | [default to undefined]
9
+ **ref** | **string** | A reference to the resource location | [optional] [default to undefined]
10
+ **title** | **string** | | [default to undefined]
11
+ **styleCode** | **string** | | [optional] [default to undefined]
12
+ **material** | **string** | | [optional] [default to undefined]
13
+ **description** | **string** | | [optional] [default to undefined]
14
+ **specifications** | **string** | | [optional] [default to undefined]
15
+ **attributes** | [**Array&lt;ProductAttribute&gt;**](ProductAttribute.md) | Attributes associated to a product such as Colour and Size. | [default to undefined]
16
+ **images** | [**Array&lt;ProductImagesInner&gt;**](ProductImagesInner.md) | Images attached to the product. For example, photos of models using/wearing the product. This property currently does not include images linked to specific variants. | [optional] [default to undefined]
17
+ **variants** | [**Array&lt;ProductVariantsInner&gt;**](ProductVariantsInner.md) | Variants | [default to undefined]
18
+ **brand** | [**ProductBrand**](ProductBrand.md) | | [optional] [default to undefined]
19
+
20
+ ## Example
21
+
22
+ ```typescript
23
+ import { Product } from '@teemill/gfn-catalog';
24
+
25
+ const instance: Product = {
26
+ id,
27
+ ref,
28
+ title,
29
+ styleCode,
30
+ material,
31
+ description,
32
+ specifications,
33
+ attributes,
34
+ images,
35
+ variants,
36
+ brand,
37
+ };
38
+ ```
39
+
40
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,24 @@
1
+ # ProductAttribute
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **name** | **string** | Attribute name | [default to undefined]
9
+ **sortOrder** | **number** | Position of the attribute when ordered | [default to undefined]
10
+ **values** | [**Array&lt;ProductAttributeValuesInner&gt;**](ProductAttributeValuesInner.md) | Attribute values | [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { ProductAttribute } from '@teemill/gfn-catalog';
16
+
17
+ const instance: ProductAttribute = {
18
+ name,
19
+ sortOrder,
20
+ values,
21
+ };
22
+ ```
23
+
24
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)