Skip to content

Commit

Permalink
Updated API from documentation release
Browse files Browse the repository at this point in the history
  • Loading branch information
Auto Mation committed Sep 29, 2023
1 parent a5a20f0 commit 4bf8c87
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions api-specs/importapi/types/product-variant-import.raml
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,8 @@ types:
properties:
productVariant:
description: |
The [ProductVariant](/../api/projects/products#productvariant) to which this patch is applied.
The Reference to the [ProductVariant](/../api/projects/products#productvariant) with which the ProductVariantPatch is associated.
If referenced ProductVariant does not exist, the `state` of the [ImportOperation](/import-operation#importoperation) will be set to `unresolved` until the necessary ProductVariant is created.
Reference to the [ProductVariant](/../api/projects/products#productvariant) to update.
If the referenced ProductVariant does not exist, the `state` of the [ImportOperation](/import-operation#importoperation) will be set to `unresolved` until the necessary ProductVariant is created.
type: common.ProductVariantKeyReference
attributes?:
description: |
Expand All @@ -266,6 +265,10 @@ types:
default: true
description: |
If `false`, the attribute changes are applied to both [current and staged projected representations](/../api/projects/productProjections#current--staged) of the [Product](/../api/projects/products#product).
product?:
description: |
Reference to the [Product](/../api/projects/products#product) which contains the ProductVariant. Setting a value will batch process the import operations to minimize concurrency errors. If set, this field is required for every ProductVariantPatch in the [ProductVariantPatchRequest](ctp:import:type:ProductVariantPatchRequest).
type: common.ProductKeyReference
Attributes:
properties:
//:
Expand Down

0 comments on commit 4bf8c87

Please sign in to comment.