Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@commercelayer/cli-plugin-checkout

Package Overview
Dependencies
Maintainers
3
Versions
72
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

  • 1.2.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
11
decreased by-85.14%
Maintainers
3
Weekly downloads
 
Created
Source

@commercelayer/cli-plugin-checkout

Commerce Layer CLI Checkout plugin

oclif Version Downloads/week License

Usage

Commands

cl-checkout checkout

Create checkout URLs.

USAGE
  $ cl-checkout checkout

OPTIONS
  -O, --order=order                an order id
  -S, --sku=sku                    an SKU code
  -a, --accessToken=accessToken    (required)
  -c, --coupon=coupon              a promo code
  -e, --email=email                a customer email
  -m, --market=market              a market number
  -o, --organization=organization  (required) the slug of your organization
  --open                           open checkout URL in default browser

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

cl-checkout checkout:order ID

Create checkout URLs starting from an existing order.

USAGE
  $ cl-checkout checkout:order ID

ARGUMENTS
  ID  unique id of the order

OPTIONS
  -a, --accessToken=accessToken    (required)
  -o, --organization=organization  (required) the slug of your organization
  --open                           open checkout URL in default browser

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

Keywords

FAQs

Package last updated on 14 Dec 2021

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc