Skip to content

Commit

Permalink
added onHold, onHand and sold into api in ProductVariant
Browse files Browse the repository at this point in the history
  • Loading branch information
Tetragramat committed Jul 15, 2016
1 parent d15bb37 commit b77c297
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,12 @@ Sylius\Component\Core\Model\ProductVariant:
sku:
expose: true
type: string
onHold:
expose: true
type: integer
onHand:
expose: true
type: integer
sold:
expose: true
type: integer

0 comments on commit b77c297

Please sign in to comment.