-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Document Directory endpoint #3911
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved, pending some minor changes
title: Directory endpoint | ||
--- | ||
|
||
To retrieve country and regional directory information, use the `country`, `countries`, and `currency` endpoints. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To retrieve country and regional directory information, use the `country`, `countries`, and `currency` endpoints. | |
To retrieve country and regional directory information, use the `country`, `countries`, and `currency` queries. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
``` | ||
|
||
## Countries | ||
Use the `countries` endpoint to return all countries in which the entity can do business. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use the `countries` endpoint to return all countries in which the entity can do business. | |
Use the `countries` query to return all countries in which the entity can do business. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
``` | ||
|
||
## Currency | ||
Use the `currency` endpoint to return information about the store's currency configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use the `currency` endpoint to return information about the store's currency configuration. | |
Use the `currency` query to return information about the store's currency configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
Hi @erikmarr, thank you for your contribution! |
@erikmarr |
This PR is a:
Summary
When this pull request is merged, it will close #3895.
List all affected URLs
whatsnew
Added a new topic about the document directory endpoint