---
title: "Make a shopify order"
method: POST
path: "/api/v5/pv-store/redemption"
tags: ["Pavlok Store"]
---

# Make a shopify order

`POST /api/v5/pv-store/redemption`

Make a shopify order

## Request body

- BodyAuthVoltsStoreApiV5PvStoreRedemptionPost
  - `order` Order, required
    - `email` string, required
    - `line_items` LineItem[], required
      - `variant_id` integer, required
      - `quantity` integer
    - `billing_address` Address
      - `first_name` string, required
      - `last_name` string, required
      - `address1` string, required
      - `address2` string
      - `phone` string
      - `city` string, required
      - `province` string, required
      - `country` string, required
      - `zip` string, required
    - `shipping_address` Address, required
      - `first_name` string, required
      - `last_name` string, required
      - `address1` string, required
      - `address2` string
      - `phone` string
      - `city` string, required
      - `province` string, required
      - `country` string, required
      - `zip` string, required
    - `financial_status` 'paid' | 'authorized' | 'pending' | 'partially_paid' | 'refunded' | 'voided' | 'partially_refunded' | 'unpaid' — An enumeration.
    - `dry_run` boolean

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/pavlok/apis/pavlok-api-v5.md) · [All operations](https://skmtc.net/pavlok/apis/pavlok-api-v5/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pavlok/pavlok-api-v5/revisions/3d192098b1ac/schema)
