Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
feat!: updated pcm variation type (#845)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: PCM Variation type updated to reflect actual structure of response
  • Loading branch information
GeorgeBotzakis authored Aug 22, 2023
1 parent 04af1bc commit f24f92b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/types/pcm-variations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ import {

export interface PCMVariation extends Identifiable, PCMVariationBase {
type: 'product-variation'
options: VariationsOption[]
relationships: {
options: RelationshipToMany<'option'>
meta: {
options?: VariationsOptionResponse[]
owner: 'organization' | 'store'
}
}

Expand Down

0 comments on commit f24f92b

Please sign in to comment.