Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@commercelayer/cli-plugin-checkout

Package Overview
Dependencies
Maintainers
0
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commercelayer/cli-plugin-checkout

Commerce Layer CLI Checkout plugin

latest
Source
npmnpm
Version
5.0.10
Version published
Maintainers
0
Created
Source

@commercelayer/cli-plugin-checkout

Commerce Layer CLI Checkout plugin

oclif Version Downloads/week License

  • Usage
  • Commands

Usage

commercelayer COMMAND

commercelayer [COMMAND] (--help | -h) for detailed information about plugin commands.

To install as a Commerce Layer CLI plugin run the following command:

$ commercelayer plugins:install checkout

Commands

commercelayer checkout

Create checkout URLs.

USAGE
  $ commercelayer checkout (-a <value> ) [--open] [-m <value> | [-O <value> | -S <value>... | -B <value>...]]
    [-c <value> | ] [-e <value> | ]

FLAGS
  -B, --bundle=<value>...    a bundle code
  -O, --order=<value>        an order id
  -S, --sku=<value>...       an SKU code
  -a, --accessToken=<value>  (required) custom access token to use instead of the one used for login
  -c, --coupon=<value>       a promo code
  -e, --email=<value>        a customer email
  -m, --market=<value>       a market number
      --open                 open checkout URL in default browser

DESCRIPTION
  create checkout URLs

EXAMPLES
  $ commercelayer checkout -O <order-id>

  $ cl checkout -S <sku-code> -m <market-id> -c <coupon-code> -e <email-address>

  $ cl checkout -S <sku-code-1> -S <sku-code-2> -m <market-id>

See code: src/commands/checkout/index.ts

commercelayer checkout:order ID

Create checkout URLs starting from an existing order.

USAGE
  $ commercelayer checkout:order ID (-a <value> ) [--open]

ARGUMENTS
  ID  unique id of the order

FLAGS
  -a, --accessToken=<value>  (required) custom access token to use instead of the one used for login
      --open                 open checkout URL in default browser

DESCRIPTION
  create checkout URLs starting from an existing order

EXAMPLES
  $ commercelayer checkout:order <order-id>

See code: src/commands/checkout/order.ts

Keywords

ecommerce

FAQs

Package last updated on 23 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts