Commerce Layer CLI Checkout plugin
npm install @commercelayer/cli-plugin-checkoutCommerce Layer CLI Checkout plugin




``sh-session
commercelayer COMMAND
commercelayer [COMMAND] (--help | -h) for detailed information about plugin commands.
`
To install as a Commerce Layer CLI plugin run the following command:
`sh-session`
$ commercelayer plugins:install checkout
* commercelayer checkout
* commercelayer checkout:order ID
Create checkout URLs.
`sh-session
USAGE
$ commercelayer checkout (-a
[-c
FLAGS
-B, --bundle=
-O, --order=
-S, --sku=
-a, --accessToken=
-c, --coupon=
-e, --email=
-m, --market=
--open open checkout URL in default browser
DESCRIPTION
create checkout URLs
EXAMPLES
$ commercelayer checkout -O
$ cl checkout -S
$ cl checkout -S
`
_See code: src/commands/checkout/index.ts_
Create checkout URLs starting from an existing order.
`sh-session
USAGE
$ commercelayer checkout:order ID (-a
ARGUMENTS
ID unique id of the order
FLAGS
-a, --accessToken=
--open open checkout URL in default browser
DESCRIPTION
create checkout URLs starting from an existing order
EXAMPLES
$ commercelayer checkout:order
``
_See code: src/commands/checkout/order.ts_