nShift
Woocommerce

nShift + Woocommerce

Integration documentation and guides

Getting Started · 4

Getting Started

4

Getting Started

Start with credentials, setup steps, and the key guides for this pair.

nShift

basic_auth · Until disabled, replaced, or deleted

10 minutes
  1. 1

    Log in to nShift Delivery

    Open nShift Delivery and sign in with the account that should manage the API key.

  2. 2

    Open API keys

    Go to Maintenance → API keys.

  3. 3

    Create a new key

    Click New API key, keep Status as Enabled, and set Type to Web Services (REST).

  4. 4

    Enter the key details

    Add a Note, optionally restrict valid IP addresses, enter the correct Developer ID, and choose a Profile if the key should be profile-specific.

  5. 5

    Save and copy the generated values

    When you save, nShift generates an ID, a Secret ID, and a combined ID. Use the ID and Secret ID to authenticate against the REST API framework.

  6. 6

    Paste the credentials into Junipeer

    Enter the API key ID, Secret ID, and Developer ID in Junipeer if those fields are requested by the connection setup.

Woocommerce

api_key · Never, unless the key pair is regenerated or revoked

5 minutes
  1. 1

    Open the WordPress admin

    Log in to the site, usually at yourshop.com/wp-admin.

  2. 2

    Go to the REST API key screen

    Navigate to WooCommerce → Settings → Advanced → REST API.

  3. 3

    Create a new API key

    Click Add key or Create an API key and give it a name such as Junipeer Integration.

  4. 4

    Choose the user and permissions

    Select the user the key should belong to and set Permissions to Read/Write.

  5. 5

    Generate and copy the keys

    Generate the key and copy the Consumer Key and Consumer Secret immediately. The secret is only shown once.

  6. 6

    Paste the values into Junipeer

    Enter the Store URL, Consumer Key, and Consumer Secret on the Junipeer connection page.

  7. 7

    Choose the authentication method

    Use Basic Auth when the store has HTTPS. Use OAuth1 only if the store does not use SSL/HTTPS.