-
Here is the process:
Now I make an API request for shop listings: Method: GET With the following headers:
This is what I get back.
Any ideas what I might be doing wrong? NOTE: I am confirming that mu OAuth token has not expired.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Discovered the issue. I was using the OwnerID as the shop id. I need either call: Then from this data I will have the shop ID. |
Beta Was this translation helpful? Give feedback.
Discovered the issue. I was using the OwnerID as the shop id. I need either call:
/v3/application/users/{owner_id}/shops
or
/v3/application/shops?shop_name={shop_name}
Then from this data I will have the shop ID.