Skip to content

Commit

Permalink
Implemented: Added api endpoint to fetch shopify shops (#25).
Browse files Browse the repository at this point in the history
  • Loading branch information
ravilodhi committed Jul 26, 2024
1 parent 5f48788 commit b2cb006
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 b2cb006

Please sign in to comment.