deliveries

command module
v0.0.0-...-87e66df Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 19, 2023 License: MIT Imports: 18 Imported by: 0

README

Evermile

Open in Gitpod

OAuth2 client_credentials

Shopify order created -> create evermore order if delivery required Shopify order canceled -> cancel evermile order

Evermile order created -> update Shopify with tracking link Evermile order delivered -> set Shopify order as fulfilled

Generate $TOKEN with:

echo -n ${CLIENT_ID}:${CLIENT_SECRET} | base64

Get JWT with:

curl --request POST 'https://auth.sandbox.evermile.io/oauth2/token' \
--header 'Authorization: Basic $TOKEN' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'grant_type=client_credentials'

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL