Skip to content

Commit 0692719

Browse files
committed
Updated API from documentation release
1 parent a0b690a commit 0692719

File tree

5 files changed

+0
-13
lines changed

5 files changed

+0
-13
lines changed

api-specs/api/types/product/Product.raml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33
displayName: Product
44
type: BaseResource
55
(updateType): ProductUpdate
6-
description: |
7-
An abstract sellable good with a set of Attributes defined by a Product Type.
8-
Products themselves are not sellable. Instead, they act as a parent structure for Product Variants.
9-
Each Product must have at least one Product Variant, which is called the Master Variant.
10-
A single Product representation contains the _current_ and the _staged_ representation of its product data.
116
example: !include ../../examples/product.example.json
127
properties:
138
id:

api-specs/api/types/product/ProductCatalogData.raml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
(package): Product
33
displayName: ProductCatalogData
44
type: object
5-
description: |
6-
Contains the `current` and `staged` [ProductData](ctp:api:type:ProductData).
75
properties:
86
published:
97
type: boolean

api-specs/api/types/product/ProductData.raml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
displayName: ProductData
44
type: object
55
(expandable): true
6-
description: |
7-
Contains all the data of a Product and its Product Variants.
86
properties:
97
name:
108
type: LocalizedString

api-specs/api/types/product/ProductVariant.raml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
displayName: ProductVariant
44
type: object
55
(expandable): true
6-
description: |
7-
A concrete sellable good for which inventory can be tracked. Product Variants are generally mapped to specific SKUs.
86
properties:
97
id:
108
type: number

api-specs/api/types/product/ProductVariantDraft.raml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
(package): Product
33
displayName: ProductVariantDraft
44
type: object
5-
description: |
6-
Creates a Product Variant when included in the `masterVariant` and `variants` fields of the [ProductDraft](ctp:api:type:ProductDraft).
75
properties:
86
sku?:
97
type: string

0 commit comments

Comments
 (0)