Umbraco Commerce
CMSCloudHeartcoreDXP
13.latest (LTS)
13.latest (LTS)
  • Umbraco Commerce Documentation
  • Release Notes
    • v13.1.0-RC
  • Commerce Products
    • Commerce Packages
    • Commerce Payment Providers
    • Commerce Shipping Providers
  • Installation
    • Installing Umbraco Commerce
    • Licensing
  • Upgrading
    • Upgrading Umbraco Commerce
    • Version Specific Upgrade Notes
    • Migrate from Vendr to Umbraco Commerce
      • Migrate Umbraco Commerce Checkout
      • Migrate custom Payment Providers
  • Getting Started
    • Introduction
    • Umbraco Configuration
    • User Interface
  • How-To Guides
    • Overview
    • Configure SQLite support
    • Limit Order Line Quantity
    • Use an Alternative Database for Umbraco Commerce Tables
    • Add item to Cart
    • Update Cart
    • Delete item in Cart
    • Customizing Templates
  • Key Concepts
    • Get to know the main features
    • Base Currency
    • Bulk Actions
    • Calculators
    • Dependency Injection
    • Discount Rules / Rewards
    • Events
      • List of validation events
      • List of notification events
    • Fluent API
    • Order Calculation State
    • Payment Forms
    • Payment Providers
    • Pipelines
    • Price/Amount Adjustments
    • Price Freezing
    • Product Adapters
    • Product Bundles
    • Product Variants
      • Complex Variants
    • Properties
    • ReadOnly and Writable Entities
    • Search Specifications
    • Settings Objects
    • Shipping Package Factories
    • Shipping Providers
    • Shipping Range/Rate Providers
    • Tax Sources
    • UI Config Files
    • Umbraco Properties
    • Unit of Work
    • Umbraco Commerce Builder
    • Webhooks
  • Tutorials
    • Overview
  • Reference
    • Stores
    • Shipping
      • Fixed Rate Shipping
      • Dynamic Rate Shipping
      • Realtime Rate Shipping
    • Storefront API
      • Endpoints
        • Order
        • Checkout
        • Product
        • Customer
        • Store
        • Currency
        • Country
        • Payment method
        • Shipping method
        • Content
    • Go behind the scenes
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
Export as PDF
  1. Reference
  2. Storefront API
  3. Endpoints

Customer

PreviousProductNextStore

Last updated 1 year ago

Was this helpful?

The Customer API endpoints allow fetching all orders associated with a customer.

Gets all the finalized Order of a Customer

get
Path parameters
customerReferenceOrEmailstringRequired

A custom reference or email of an existing customer. Can be UrlBase64 encoded.

Example: cust_14c7ba32-367d-42f3-83b1-e59c839e5d22
Query parameters
expandstringOptional

Defines the properties that should be expanded in the response

Example: {"value":" "}
fieldsstringOptional

Limit the properties returned in the response

Example: {"value":" "}
Header parameters
Api-KeystringRequired

API key specified through configuration to authorize access to the API.

StorestringRequired

The ID or the alias of the store

Example: {"value":"5a7e5d2e-d932-4f18-bc4b-8ee1b641b358"}
Responses
200
Success
application/json
400
Bad Request
application/json
404
Not Found
application/json
get
GET /umbraco/commerce/storefront/api/v1/customer/{customerReferenceOrEmail}/orders HTTP/1.1
Host: 
Api-Key: text
Store: text
Accept: */*
[
  {
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "cartNumber": "text",
    "orderNumber": "text",
    "languageIsoCode": "text",
    "currency": {
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "code": "text"
    },
    "taxClass": {
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "alias": "text"
    },
    "taxRate": 1,
    "orderStatus": {
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "alias": "text"
    },
    "customerInfo": {
      "customerReference": "text",
      "firstName": "text",
      "lastName": "text",
      "email": "text"
    },
    "paymentInfo": {
      "country": {
        "id": "123e4567-e89b-12d3-a456-426614174000",
        "code": "text"
      },
      "region": {
        "id": "123e4567-e89b-12d3-a456-426614174000",
        "code": "text"
      },
      "paymentMethod": {
        "id": "123e4567-e89b-12d3-a456-426614174000",
        "alias": "text"
      },
      "taxRate": 1,
      "totalPrice": {
        "adjustments": [
          {
            "name": "text",
            "type": "text",
            "price": {
              "currency": {
                "id": "123e4567-e89b-12d3-a456-426614174000",
                "code": "text"
              },
              "withoutTax": 1,
              "tax": 1,
              "withTax": 1,
              "formatted": {
                "withoutTax": "text",
                "tax": "text",
                "withTax": "text"
              }
            },
            "originalPrice": {
              "currency": {
                "id": "123e4567-e89b-12d3-a456-426614174000",
                "code": "text"
              },
              "withoutTax": 1,
              "tax": 1,
              "withTax": 1,
              "formatted": {
                "withoutTax": "text",
                "tax": "text",
                "withTax": "text"
              }
            }
          }
        ],
        "withoutAdjustments": {
          "currency": {
            "id": "123e4567-e89b-12d3-a456-426614174000",
            "code": "text"
          },
          "withoutTax": 1,
          "tax": 1,
          "withTax": 1,
          "formatted": {
            "withoutTax": "text",
            "tax": "text",
            "withTax": "text"
          }
        },
        "adjustment": {
          "currency": {
            "id": "123e4567-e89b-12d3-a456-426614174000",
            "code": "text"
          },
          "withoutTax": 1,
          "tax": 1,
          "withTax": 1,
          "formatted": {
            "withoutTax": "text",
            "tax": "text",
            "withTax": "text"
          }
        },
        "value": {
          "currency": {
            "id": "123e4567-e89b-12d3-a456-426614174000",
            "code": "text"
          },
          "withoutTax": 1,
          "tax": 1,
          "withTax": 1,
          "formatted": {
            "withoutTax": "text",
            "tax": "text",
            "withTax": "text"
          }
        }
      }
    },
    "shippingInfo": {
      "country": {
        "id": "123e4567-e89b-12d3-a456-426614174000",
        "code": "text"
      },
      "region": {
        "id": "123e4567-e89b-12d3-a456-426614174000",
        "code": "text"
      },
      "shippingMethod": {
        "id": "123e4567-e89b-12d3-a456-426614174000",
        "alias": "text"
      },
      "taxRate": 1,
      "totalPrice": {
        "adjustments": [
          {
            "name": "text",
            "type": "text",
            "price": {
              "currency": {
                "id": "123e4567-e89b-12d3-a456-426614174000",
                "code": "text"
              },
              "withoutTax": 1,
              "tax": 1,
              "withTax": 1,
              "formatted": {
                "withoutTax": "text",
                "tax": "text",
                "withTax": "text"
              }
            },
            "originalPrice": {
              "currency": {
                "id": "123e4567-e89b-12d3-a456-426614174000",
                "code": "text"
              },
              "withoutTax": 1,
              "tax": 1,
              "withTax": 1,
              "formatted": {
                "withoutTax": "text",
                "tax": "text",
                "withTax": "text"
              }
            }
          }
        ],
        "withoutAdjustments": {
          "currency": {
            "id": "123e4567-e89b-12d3-a456-426614174000",
            "code": "text"
          },
          "withoutTax": 1,
          "tax": 1,
          "withTax": 1,
          "formatted": {
            "withoutTax": "text",
            "tax": "text",
            "withTax": "text"
          }
        },
        "adjustment": {
          "currency": {
            "id": "123e4567-e89b-12d3-a456-426614174000",
            "code": "text"
          },
          "withoutTax": 1,
          "tax": 1,
          "withTax": 1,
          "formatted": {
            "withoutTax": "text",
            "tax": "text",
            "withTax": "text"
          }
        },
        "value": {
          "currency": {
            "id": "123e4567-e89b-12d3-a456-426614174000",
            "code": "text"
          },
          "withoutTax": 1,
          "tax": 1,
          "withTax": 1,
          "formatted": {
            "withoutTax": "text",
            "tax": "text",
            "withTax": "text"
          }
        }
      }
    },
    "transactionInfo": {
      "transactionId": "text",
      "authorizedAmount": {
        "currency": {
          "id": "123e4567-e89b-12d3-a456-426614174000",
          "code": "text"
        },
        "value": 1,
        "formatted": {
          "value": "text"
        }
      },
      "feeAmount": {
        "currency": {
          "id": "123e4567-e89b-12d3-a456-426614174000",
          "code": "text"
        },
        "value": 1,
        "formatted": {
          "value": "text"
        }
      },
      "baseCurrencyExchangeRate": 1,
      "paymentStatus": "Initialized"
    },
    "discountCodes": [
      {
        "discount": {
          "id": "123e4567-e89b-12d3-a456-426614174000",
          "alias": "text"
        },
        "code": "text",
        "isFulfilled": true
      }
    ],
    "discounts": [
      {
        "id": "123e4567-e89b-12d3-a456-426614174000",
        "alias": "text"
      }
    ],
    "giftCards": [
      {
        "id": "123e4567-e89b-12d3-a456-426614174000",
        "code": "text"
      }
    ],
    "totalQuantity": 1,
    "subtotalPrice": {
      "adjustments": [
        {
          "name": "text",
          "type": "text",
          "price": {
            "currency": {
              "id": "123e4567-e89b-12d3-a456-426614174000",
              "code": "text"
            },
            "withoutTax": 1,
            "tax": 1,
            "withTax": 1,
            "formatted": {
              "withoutTax": "text",
              "tax": "text",
              "withTax": "text"
            }
          },
          "originalPrice": {
            "currency": {
              "id": "123e4567-e89b-12d3-a456-426614174000",
              "code": "text"
            },
            "withoutTax": 1,
            "tax": 1,
            "withTax": 1,
            "formatted": {
              "withoutTax": "text",
              "tax": "text",
              "withTax": "text"
            }
          }
        }
      ],
      "withoutAdjustments": {
        "currency": {
          "id": "123e4567-e89b-12d3-a456-426614174000",
          "code": "text"
        },
        "withoutTax": 1,
        "tax": 1,
        "withTax": 1,
        "formatted": {
          "withoutTax": "text",
          "tax": "text",
          "withTax": "text"
        }
      },
      "adjustment": {
        "currency": {
          "id": "123e4567-e89b-12d3-a456-426614174000",
          "code": "text"
        },
        "withoutTax": 1,
        "tax": 1,
        "withTax": 1,
        "formatted": {
          "withoutTax": "text",
          "tax": "text",
          "withTax": "text"
        }
      },
      "value": {
        "currency": {
          "id": "123e4567-e89b-12d3-a456-426614174000",
          "code": "text"
        },
        "withoutTax": 1,
        "tax": 1,
        "withTax": 1,
        "formatted": {
          "withoutTax": "text",
          "tax": "text",
          "withTax": "text"
        }
      },
      "previousAdjustments": {
        "currency": {
          "id": "123e4567-e89b-12d3-a456-426614174000",
          "code": "text"
        },
        "withoutTax": 1,
        "tax": 1,
        "withTax": 1,
        "formatted": {
          "withoutTax": "text",
          "tax": "text",
          "withTax": "text"
        }
      },
      "withPreviousAdjustments": {
        "currency": {
          "id": "123e4567-e89b-12d3-a456-426614174000",
          "code": "text"
        },
        "withoutTax": 1,
        "tax": 1,
        "withTax": 1,
        "formatted": {
          "withoutTax": "text",
          "tax": "text",
          "withTax": "text"
        }
      },
      "totalAdjustment": {
        "currency": {
          "id": "123e4567-e89b-12d3-a456-426614174000",
          "code": "text"
        },
        "withoutTax": 1,
        "tax": 1,
        "withTax": 1,
        "formatted": {
          "withoutTax": "text",
          "tax": "text",
          "withTax": "text"
        }
      }
    },
    "totalPrice": {
      "adjustments": [
        {
          "name": "text",
          "type": "text",
          "price": {
            "currency": {
              "id": "123e4567-e89b-12d3-a456-426614174000",
              "code": "text"
            },
            "withoutTax": 1,
            "tax": 1,
            "withTax": 1,
            "formatted": {
              "withoutTax": "text",
              "tax": "text",
              "withTax": "text"
            }
          },
          "originalPrice": {
            "currency": {
              "id": "123e4567-e89b-12d3-a456-426614174000",
              "code": "text"
            },
            "withoutTax": 1,
            "tax": 1,
            "withTax": 1,
            "formatted": {
              "withoutTax": "text",
              "tax": "text",
              "withTax": "text"
            }
          }
        }
      ],
      "withoutAdjustments": {
        "currency": {
          "id": "123e4567-e89b-12d3-a456-426614174000",
          "code": "text"
        },
        "withoutTax": 1,
        "tax": 1,
        "withTax": 1,
        "formatted": {
          "withoutTax": "text",
          "tax": "text",
          "withTax": "text"
        }
      },
      "adjustment": {
        "currency": {
          "id": "123e4567-e89b-12d3-a456-426614174000",
          "code": "text"
        },
        "withoutTax": 1,
        "tax": 1,
        "withTax": 1,
        "formatted": {
          "withoutTax": "text",
          "tax": "text",
          "withTax": "text"
        }
      },
      "value": {
        "currency": {
          "id": "123e4567-e89b-12d3-a456-426614174000",
          "code": "text"
        },
        "withoutTax": 1,
        "tax": 1,
        "withTax": 1,
        "formatted": {
          "withoutTax": "text",
          "tax": "text",
          "withTax": "text"
        }
      },
      "previousAdjustments": {
        "currency": {
          "id": "123e4567-e89b-12d3-a456-426614174000",
          "code": "text"
        },
        "withoutTax": 1,
        "tax": 1,
        "withTax": 1,
        "formatted": {
          "withoutTax": "text",
          "tax": "text",
          "withTax": "text"
        }
      },
      "withPreviousAdjustments": {
        "currency": {
          "id": "123e4567-e89b-12d3-a456-426614174000",
          "code": "text"
        },
        "withoutTax": 1,
        "tax": 1,
        "withTax": 1,
        "formatted": {
          "withoutTax": "text",
          "tax": "text",
          "withTax": "text"
        }
      },
      "totalAdjustment": {
        "currency": {
          "id": "123e4567-e89b-12d3-a456-426614174000",
          "code": "text"
        },
        "withoutTax": 1,
        "tax": 1,
        "withTax": 1,
        "formatted": {
          "withoutTax": "text",
          "tax": "text",
          "withTax": "text"
        }
      }
    },
    "transactionAmount": {
      "adjustments": [
        {
          "name": "text",
          "type": "text",
          "amount": {
            "currency": {
              "id": "123e4567-e89b-12d3-a456-426614174000",
              "code": "text"
            },
            "value": 1,
            "formatted": {
              "value": "text"
            }
          },
          "originalAmount": {
            "currency": {
              "id": "123e4567-e89b-12d3-a456-426614174000",
              "code": "text"
            },
            "value": 1,
            "formatted": {
              "value": "text"
            }
          }
        }
      ],
      "withoutAdjustments": {
        "currency": {
          "id": "123e4567-e89b-12d3-a456-426614174000",
          "code": "text"
        },
        "value": 1,
        "formatted": {
          "value": "text"
        }
      },
      "adjustment": {
        "currency": {
          "id": "123e4567-e89b-12d3-a456-426614174000",
          "code": "text"
        },
        "value": 1,
        "formatted": {
          "value": "text"
        }
      },
      "value": {
        "currency": {
          "id": "123e4567-e89b-12d3-a456-426614174000",
          "code": "text"
        },
        "value": 1,
        "formatted": {
          "value": "text"
        }
      }
    },
    "orderLines": [
      {
        "id": "123e4567-e89b-12d3-a456-426614174000",
        "productReference": "text",
        "productVariantReference": "text",
        "sku": "text",
        "name": "text",
        "quantity": 1,
        "taxClass": {
          "id": "123e4567-e89b-12d3-a456-426614174000",
          "alias": "text"
        },
        "bundleId": "text",
        "orderLines": [
          {
            "id": "123e4567-e89b-12d3-a456-426614174000",
            "productReference": "text",
            "productVariantReference": "text",
            "sku": "text",
            "name": "text",
            "quantity": 1,
            "taxClass": {
              "id": "123e4567-e89b-12d3-a456-426614174000",
              "alias": "text"
            },
            "bundleId": "text",
            "orderLines": "[Circular Reference]",
            "properties": {
              "ANY_ADDITIONAL_PROPERTY": "text"
            },
            "attributes": [
              {
                "name": {
                  "alias": "text",
                  "name": "text"
                },
                "value": {
                  "alias": "text",
                  "name": "text"
                }
              }
            ],
            "basePrice": {
              "adjustments": [
                {
                  "name": "text",
                  "type": "text",
                  "price": {
                    "currency": {
                      "id": "123e4567-e89b-12d3-a456-426614174000",
                      "code": "text"
                    },
                    "withoutTax": 1,
                    "tax": 1,
                    "withTax": 1,
                    "formatted": {
                      "withoutTax": "text",
                      "tax": "text",
                      "withTax": "text"
                    }
                  },
                  "originalPrice": {
                    "currency": {
                      "id": "123e4567-e89b-12d3-a456-426614174000",
                      "code": "text"
                    },
                    "withoutTax": 1,
                    "tax": 1,
                    "withTax": 1,
                    "formatted": {
                      "withoutTax": "text",
                      "tax": "text",
                      "withTax": "text"
                    }
                  }
                }
              ],
              "withoutAdjustments": {
                "currency": {
                  "id": "123e4567-e89b-12d3-a456-426614174000",
                  "code": "text"
                },
                "withoutTax": 1,
                "tax": 1,
                "withTax": 1,
                "formatted": {
                  "withoutTax": "text",
                  "tax": "text",
                  "withTax": "text"
                }
              },
              "adjustment": {
                "currency": {
                  "id": "123e4567-e89b-12d3-a456-426614174000",
                  "code": "text"
                },
                "withoutTax": 1,
                "tax": 1,
                "withTax": 1,
                "formatted": {
                  "withoutTax": "text",
                  "tax": "text",
                  "withTax": "text"
                }
              },
              "value": {
                "currency": {
                  "id": "123e4567-e89b-12d3-a456-426614174000",
                  "code": "text"
                },
                "withoutTax": 1,
                "tax": 1,
                "withTax": 1,
                "formatted": {
                  "withoutTax": "text",
                  "tax": "text",
                  "withTax": "text"
                }
              }
            },
            "unitPrice": {
              "adjustments": [
                {
                  "name": "text",
                  "type": "text",
                  "price": {
                    "currency": {
                      "id": "123e4567-e89b-12d3-a456-426614174000",
                      "code": "text"
                    },
                    "withoutTax": 1,
                    "tax": 1,
                    "withTax": 1,
                    "formatted": {
                      "withoutTax": "text",
                      "tax": "text",
                      "withTax": "text"
                    }
                  },
                  "originalPrice": {
                    "currency": {
                      "id": "123e4567-e89b-12d3-a456-426614174000",
                      "code": "text"
                    },
                    "withoutTax": 1,
                    "tax": 1,
                    "withTax": 1,
                    "formatted": {
                      "withoutTax": "text",
                      "tax": "text",
                      "withTax": "text"
                    }
                  }
                }
              ],
              "withoutAdjustments": {
                "currency": {
                  "id": "123e4567-e89b-12d3-a456-426614174000",
                  "code": "text"
                },
                "withoutTax": 1,
                "tax": 1,
                "withTax": 1,
                "formatted": {
                  "withoutTax": "text",
                  "tax": "text",
                  "withTax": "text"
                }
              },
              "adjustment": {
                "currency": {
                  "id": "123e4567-e89b-12d3-a456-426614174000",
                  "code": "text"
                },
                "withoutTax": 1,
                "tax": 1,
                "withTax": 1,
                "formatted": {
                  "withoutTax": "text",
                  "tax": "text",
                  "withTax": "text"
                }
              },
              "value": {
                "currency": {
                  "id": "123e4567-e89b-12d3-a456-426614174000",
                  "code": "text"
                },
                "withoutTax": 1,
                "tax": 1,
                "withTax": 1,
                "formatted": {
                  "withoutTax": "text",
                  "tax": "text",
                  "withTax": "text"
                }
              }
            },
            "taxRate": 1,
            "totalPrice": {
              "adjustments": [
                {
                  "name": "text",
                  "type": "text",
                  "price": {
                    "currency": {
                      "id": "123e4567-e89b-12d3-a456-426614174000",
                      "code": "text"
                    },
                    "withoutTax": 1,
                    "tax": 1,
                    "withTax": 1,
                    "formatted": {
                      "withoutTax": "text",
                      "tax": "text",
                      "withTax": "text"
                    }
                  },
                  "originalPrice": {
                    "currency": {
                      "id": "123e4567-e89b-12d3-a456-426614174000",
                      "code": "text"
                    },
                    "withoutTax": 1,
                    "tax": 1,
                    "withTax": 1,
                    "formatted": {
                      "withoutTax": "text",
                      "tax": "text",
                      "withTax": "text"
                    }
                  }
                }
              ],
              "withoutAdjustments": {
                "currency": {
                  "id": "123e4567-e89b-12d3-a456-426614174000",
                  "code": "text"
                },
                "withoutTax": 1,
                "tax": 1,
                "withTax": 1,
                "formatted": {
                  "withoutTax": "text",
                  "tax": "text",
                  "withTax": "text"
                }
              },
              "adjustment": {
                "currency": {
                  "id": "123e4567-e89b-12d3-a456-426614174000",
                  "code": "text"
                },
                "withoutTax": 1,
                "tax": 1,
                "withTax": 1,
                "formatted": {
                  "withoutTax": "text",
                  "tax": "text",
                  "withTax": "text"
                }
              },
              "value": {
                "currency": {
                  "id": "123e4567-e89b-12d3-a456-426614174000",
                  "code": "text"
                },
                "withoutTax": 1,
                "tax": 1,
                "withTax": 1,
                "formatted": {
                  "withoutTax": "text",
                  "tax": "text",
                  "withTax": "text"
                }
              },
              "previousAdjustments": {
                "currency": {
                  "id": "123e4567-e89b-12d3-a456-426614174000",
                  "code": "text"
                },
                "withoutTax": 1,
                "tax": 1,
                "withTax": 1,
                "formatted": {
                  "withoutTax": "text",
                  "tax": "text",
                  "withTax": "text"
                }
              },
              "withPreviousAdjustments": {
                "currency": {
                  "id": "123e4567-e89b-12d3-a456-426614174000",
                  "code": "text"
                },
                "withoutTax": 1,
                "tax": 1,
                "withTax": 1,
                "formatted": {
                  "withoutTax": "text",
                  "tax": "text",
                  "withTax": "text"
                }
              },
              "totalAdjustment": {
                "currency": {
                  "id": "123e4567-e89b-12d3-a456-426614174000",
                  "code": "text"
                },
                "withoutTax": 1,
                "tax": 1,
                "withTax": 1,
                "formatted": {
                  "withoutTax": "text",
                  "tax": "text",
                  "withTax": "text"
                }
              }
            }
          }
        ],
        "properties": {
          "ANY_ADDITIONAL_PROPERTY": "text"
        },
        "attributes": [
          {
            "name": {
              "alias": "text",
              "name": "text"
            },
            "value": {
              "alias": "text",
              "name": "text"
            }
          }
        ],
        "basePrice": {
          "adjustments": [
            {
              "name": "text",
              "type": "text",
              "price": {
                "currency": {
                  "id": "123e4567-e89b-12d3-a456-426614174000",
                  "code": "text"
                },
                "withoutTax": 1,
                "tax": 1,
                "withTax": 1,
                "formatted": {
                  "withoutTax": "text",
                  "tax": "text",
                  "withTax": "text"
                }
              },
              "originalPrice": {
                "currency": {
                  "id": "123e4567-e89b-12d3-a456-426614174000",
                  "code": "text"
                },
                "withoutTax": 1,
                "tax": 1,
                "withTax": 1,
                "formatted": {
                  "withoutTax": "text",
                  "tax": "text",
                  "withTax": "text"
                }
              }
            }
          ],
          "withoutAdjustments": {
            "currency": {
              "id": "123e4567-e89b-12d3-a456-426614174000",
              "code": "text"
            },
            "withoutTax": 1,
            "tax": 1,
            "withTax": 1,
            "formatted": {
              "withoutTax": "text",
              "tax": "text",
              "withTax": "text"
            }
          },
          "adjustment": {
            "currency": {
              "id": "123e4567-e89b-12d3-a456-426614174000",
              "code": "text"
            },
            "withoutTax": 1,
            "tax": 1,
            "withTax": 1,
            "formatted": {
              "withoutTax": "text",
              "tax": "text",
              "withTax": "text"
            }
          },
          "value": {
            "currency": {
              "id": "123e4567-e89b-12d3-a456-426614174000",
              "code": "text"
            },
            "withoutTax": 1,
            "tax": 1,
            "withTax": 1,
            "formatted": {
              "withoutTax": "text",
              "tax": "text",
              "withTax": "text"
            }
          }
        },
        "unitPrice": {
          "adjustments": [
            {
              "name": "text",
              "type": "text",
              "price": {
                "currency": {
                  "id": "123e4567-e89b-12d3-a456-426614174000",
                  "code": "text"
                },
                "withoutTax": 1,
                "tax": 1,
                "withTax": 1,
                "formatted": {
                  "withoutTax": "text",
                  "tax": "text",
                  "withTax": "text"
                }
              },
              "originalPrice": {
                "currency": {
                  "id": "123e4567-e89b-12d3-a456-426614174000",
                  "code": "text"
                },
                "withoutTax": 1,
                "tax": 1,
                "withTax": 1,
                "formatted": {
                  "withoutTax": "text",
                  "tax": "text",
                  "withTax": "text"
                }
              }
            }
          ],
          "withoutAdjustments": {
            "currency": {
              "id": "123e4567-e89b-12d3-a456-426614174000",
              "code": "text"
            },
            "withoutTax": 1,
            "tax": 1,
            "withTax": 1,
            "formatted": {
              "withoutTax": "text",
              "tax": "text",
              "withTax": "text"
            }
          },
          "adjustment": {
            "currency": {
              "id": "123e4567-e89b-12d3-a456-426614174000",
              "code": "text"
            },
            "withoutTax": 1,
            "tax": 1,
            "withTax": 1,
            "formatted": {
              "withoutTax": "text",
              "tax": "text",
              "withTax": "text"
            }
          },
          "value": {
            "currency": {
              "id": "123e4567-e89b-12d3-a456-426614174000",
              "code": "text"
            },
            "withoutTax": 1,
            "tax": 1,
            "withTax": 1,
            "formatted": {
              "withoutTax": "text",
              "tax": "text",
              "withTax": "text"
            }
          }
        },
        "taxRate": 1,
        "totalPrice": {
          "adjustments": [
            {
              "name": "text",
              "type": "text",
              "price": {
                "currency": {
                  "id": "123e4567-e89b-12d3-a456-426614174000",
                  "code": "text"
                },
                "withoutTax": 1,
                "tax": 1,
                "withTax": 1,
                "formatted": {
                  "withoutTax": "text",
                  "tax": "text",
                  "withTax": "text"
                }
              },
              "originalPrice": {
                "currency": {
                  "id": "123e4567-e89b-12d3-a456-426614174000",
                  "code": "text"
                },
                "withoutTax": 1,
                "tax": 1,
                "withTax": 1,
                "formatted": {
                  "withoutTax": "text",
                  "tax": "text",
                  "withTax": "text"
                }
              }
            }
          ],
          "withoutAdjustments": {
            "currency": {
              "id": "123e4567-e89b-12d3-a456-426614174000",
              "code": "text"
            },
            "withoutTax": 1,
            "tax": 1,
            "withTax": 1,
            "formatted": {
              "withoutTax": "text",
              "tax": "text",
              "withTax": "text"
            }
          },
          "adjustment": {
            "currency": {
              "id": "123e4567-e89b-12d3-a456-426614174000",
              "code": "text"
            },
            "withoutTax": 1,
            "tax": 1,
            "withTax": 1,
            "formatted": {
              "withoutTax": "text",
              "tax": "text",
              "withTax": "text"
            }
          },
          "value": {
            "currency": {
              "id": "123e4567-e89b-12d3-a456-426614174000",
              "code": "text"
            },
            "withoutTax": 1,
            "tax": 1,
            "withTax": 1,
            "formatted": {
              "withoutTax": "text",
              "tax": "text",
              "withTax": "text"
            }
          },
          "previousAdjustments": {
            "currency": {
              "id": "123e4567-e89b-12d3-a456-426614174000",
              "code": "text"
            },
            "withoutTax": 1,
            "tax": 1,
            "withTax": 1,
            "formatted": {
              "withoutTax": "text",
              "tax": "text",
              "withTax": "text"
            }
          },
          "withPreviousAdjustments": {
            "currency": {
              "id": "123e4567-e89b-12d3-a456-426614174000",
              "code": "text"
            },
            "withoutTax": 1,
            "tax": 1,
            "withTax": 1,
            "formatted": {
              "withoutTax": "text",
              "tax": "text",
              "withTax": "text"
            }
          },
          "totalAdjustment": {
            "currency": {
              "id": "123e4567-e89b-12d3-a456-426614174000",
              "code": "text"
            },
            "withoutTax": 1,
            "tax": 1,
            "withTax": 1,
            "formatted": {
              "withoutTax": "text",
              "tax": "text",
              "withTax": "text"
            }
          }
        }
      }
    ],
    "properties": {
      "ANY_ADDITIONAL_PROPERTY": "text"
    },
    "tags": [
      "text"
    ],
    "createDate": "2025-05-15T13:49:50.714Z",
    "updateDate": "2025-05-15T13:49:50.714Z",
    "finalizedDate": "2025-05-15T13:49:50.714Z",
    "isFinalized": true
  }
]