Skip to content

Commit

Permalink
Update solidus-api.oas.yml
Browse files Browse the repository at this point in the history
Reflect the changes to the conditions values.
  • Loading branch information
tvdeyen committed Feb 19, 2025
1 parent af779ef commit de38808
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/openapi/solidus-api.oas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ paths:
name: The Majestic Product
price: '19.99'
gtin: 12345678
condition: New
condition: new
shipping_category_id: 8
product_properties_attributes:
- property_name: fabric
Expand All @@ -89,7 +89,7 @@ paths:
cost_price: 17
sku: SKU-3
gtin: 12345678
condition: New
condition: new
track_inventory: true
options:
- name: size
Expand Down

0 comments on commit de38808

Please sign in to comment.