Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In this article

...

Info

The Private apps use Basic HTTP Account type. The private apps are created for a single Shopify store, or a small group of clients. A private app can make authenticated requests to the REST Admin API or the GraphQL Admin API using basic authentication.

Prerequisites

Create a Private App in Shopify portal.

Limitations

Insert excerpt
Calculate Order Refund
Calculate Order Refund
nopaneltrue

...

Field NameField DependencyDescription
Label*N/A

Specify a unique label for the account instance.

Default Value: N/A
ExampleShopify_Basic_Auth_Account

Username*N/A

Specify the API key that you have generated in Shopify portal. To learn how to generate API key, see Application configuration in Shopify portal for Basic HTTP Authentication to use in Shopify.

Default Value: N/A
Example: 8198df7e3c94e0118d2629645f7436c4

Password*N/A

Specify the API key password that you generated in Shopify portal.

Default Value: N/A
Examplecbde&@$$20r8!

Store Name*N/A

Specify the name of your development store.

Default Value: N/A
Examplese_demo_store

Troubleshooting

ErrorReasonResolution

"401 Unauthorized"

The necessary authentication credentials are not present in the request or are incorrect.

Specify valid authentication credentials.


...