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:
@@ -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
|
||||
/**
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user