Skip to content

Commit

Permalink
Merge pull request #26 from hotwax/#25_get_shopify_shops
Browse files Browse the repository at this point in the history
Implemented: Added api endpoint to fetch shopify shops (#25).
  • Loading branch information
dixitdeepak authored Jul 26, 2024
2 parents c5b245f + b2cb006 commit 85e0176
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions service/atp.rest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
</resource>
</id>
</resource>
<resource name="shopifyShops">
<method type="get"><entity name="co.hotwax.shopify.ShopifyShopAndConfig" operation="list"/></method>
</resource>
<resource name="status" description="Get the status items">
<method type="get"><entity name="co.hotwax.common.status.StatusItemAndType" operation="list"/></method>
</resource>
Expand Down

0 comments on commit 85e0176

Please sign in to comment.