Skip to content

update godaddy commerce api skill#1357

Merged
wcole1-godaddy merged 2 commits intomainfrom
update-skill
Apr 22, 2026
Merged

update godaddy commerce api skill#1357
wcole1-godaddy merged 2 commits intomainfrom
update-skill

Conversation

@pbennett1-godaddy
Copy link
Copy Markdown
Collaborator

Summary

Corrects inaccurate API endpoint paths and makes the @godaddy/cli install source explicit in the commerce-api skill documentation.

Changes

  • Explicit npm registry source: Added the npmjs.com package URL and clarified that @godaddy/cli should be installed from the public npm registry, removing any ambiguity about the install source.
  • Fixed catalog products endpoint: Replaced the non-existent /v1/commerce/catalog/products path with the actual GraphQL endpoint /v2/commerce/stores/{storeId}/catalog-subgraph.
  • Fixed orders endpoint: Added the required {storeId} path parameter — changed /v1/commerce/orders to /v1/commerce/stores/{storeId}/orders, matching the real API surface.
  • Added scope flags: Included the -s scope flag in both example api call commands (commerce.product:read, commerce.order:read).
  • Added inline note: Clarified that most commerce endpoints require {storeId} in the path.

Changeset

  • Changeset added (docs)

Test Plan

@pbennett1-godaddy pbennett1-godaddy requested a review from a team as a code owner April 22, 2026 19:46
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Apr 22, 2026

🦋 Changeset detected

Latest commit: 49b86bc

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@godaddy/react Patch
nextjs Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@wcole1-godaddy wcole1-godaddy merged commit 921799a into main Apr 22, 2026
3 checks passed
@wcole1-godaddy wcole1-godaddy deleted the update-skill branch April 22, 2026 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants