Skio: Orders

{
  list: [
    {
      cancelledAt: null,
      createdAt: "2023-08-21T12:52:24.051349+00:00",
      id: "ce41fbda-124e-4a91-9c2d-c92b6158b3af",
      orderLineItems: [
        {
          customAttributes: [
            {
              key: "_sellingPlanNames",
              value: "Every Month-Every 2 months-Every 3 months",
            },
            {
              key: "_sellingPlanIds",
              value: "gid://shopify/SellingPlan/8363868481-gid://shopify/SellingPlan/8363901249-gid://shopify/SellingPlan/8363934017",
            },
            {
              key: "_currentSellingPlan",
              value: "Every Month",
            },
            {
              key: "_nyla_id",
              value: "d5d5c2e1-bacb-4477-8030-a41932c0d8e3",
            },
            {
              key: "_nyla_quantity_increment",
              value: "1",
            },
            {
              key: "_nyla_quantity_default",
              value: "1",
            },
          ],
          discounts: [],
          id: "c1f64f65-d69f-4815-ba88-fdfc55dd892f",
          priceWithoutDiscount: {
            amount: 13.04,
            currencyCode: "USD",
          },
          productVariant: {
            id: "1c2a7025-6d8d-4ace-a173-b11a8b9706ae",
            image: {
              src: "",
            },
            price: {
              amount: 12,
              currencyCode: "EUR",
            },
            product: {
              createdAt: "2023-08-10T13:09:18.530117+00:00",
              deletedAt: null,
              id: "60841cba-a8dc-4903-a8ce-7a1faf2fc7e7",
              image: {
                src: "https://cdn.shopify.com/s/files/1/0715/8575/9553/products/Solo_Cosmo_NEA_1_db94d9c8-92f3-46a3-92c0-28b3ee2a2e6b.png?v=1691672956",
              },
              shopifyId: "gid://shopify/Product/8526503608641",
              siteId: "",
              slug: "le-baume",
              status: "ACTIVE",
              title: "Le Baume",
              updatedAt: "2023-09-25T18:21:08.926763+00:00",
            },
            shopifyId: "gid://shopify/ProductVariant/46240848544065",
            title: "small",
          },
          quantity: 1,
          subscriptionLine: {
            customAttributes: [
              {
                key: "_sellingPlanNames",
                value: "Every Month-Every 2 months-Every 3 months",
              },
              {
                key: "_sellingPlanIds",
                value: "gid://shopify/SellingPlan/8363868481-gid://shopify/SellingPlan/8363901249-gid://shopify/SellingPlan/8363934017",
              },
              {
                key: "_currentSellingPlan",
                value: "Every Month",
              },
              {
                key: "_nyla_id",
                value: "d5d5c2e1-bacb-4477-8030-a41932c0d8e3",
              },
              {
                key: "_nyla_quantity_increment",
                value: "1",
              },
              {
                key: "_nyla_quantity_default",
                value: "1",
              },
            ],
            Subscription: {
              currencyCode: "EUR",
            },
          },
          taxLines: [],
        },
      ],
      platformNumber: "1019",
      processedAt: null,
      shippingLines: [
        {
          discounts: [],
          id: "5b9d42b2-e729-462b-acf8-10f32a495fcb",
          priceWithoutDiscount: {
            amount: 5.4,
            currencyCode: "USD",
          },
          taxLines: [],
          title: "Ground (5 to 7 business days)",
        },
      ],
      shopifyId: "gid://shopify/Order/5424928129345",
      subtotalPrice: {
        amount: 13.04,
        currencyCode: "USD",
      },
    },
  ],
  pagination: {
    amountOfPages: 0,
    hasNextPage: false,
    hasPreviousPage: false,
    page: 1,
    pageSize: null,
    totalElements: 0,
  },
}

Properties

array

The list of customer orders

object

Returns a pagination object.