chore(oas): fix typo in product variant's OAS (#5352)

* chore(oas): fix typo in product variant's OAS

* fix oas error
This commit is contained in:
Shahed Nasser
2023-10-12 14:20:08 +03:00
committed by GitHub
parent e04927a3cb
commit c02fdeb789
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ export interface ProductVariant {
*/
prices?: Array<MoneyAmount>
/**
* The unique stock keeping unit used to identify the Product Variant. This will usually be a unqiue identifer for the item that is to be shipped, and can be referenced across multiple systems.
* The unique stock keeping unit used to identify the Product Variant. This will usually be a unique identifer for the item that is to be shipped, and can be referenced across multiple systems.
*/
sku: string | null
/**

View File

@@ -176,7 +176,7 @@ export class ProductVariant extends SoftDeletableEntity {
* items:
* $ref: "#/components/schemas/MoneyAmount"
* sku:
* description: The unique stock keeping unit used to identify the Product Variant. This will usually be a unqiue identifer for the item that is to be shipped, and can be referenced across multiple systems.
* description: The unique stock keeping unit used to identify the Product Variant. This will usually be a unique identifer for the item that is to be shipped, and can be referenced across multiple systems.
* nullable: true
* type: string
* example: shirt-123