Skip to content

Commit

Permalink
update openapi
Browse files Browse the repository at this point in the history
  • Loading branch information
jamalsoueidan committed Dec 15, 2023
1 parent d5b2b22 commit be93d45
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,18 +106,12 @@ components:
# Order
CustomerOrder:
$ref: paths/customer/order/_types/order.yaml
CustomerOrderArrayLineItems:
$ref: paths/customer/order/_types/order-array-line-items.yaml
CustomerOrderSingleLineItem:
$ref: paths/customer/order/_types/order-single-line-item.yaml
CustomerOrderMoney:
$ref: paths/customer/order/_types/money.yaml
CustomerOrderAddress:
$ref: paths/customer/order/_types/address.yaml
CustomerOrderClient:
$ref: paths/customer/order/_types/client.yaml
CustomerOrderDiscount:
$ref: paths/customer/order/_types/discount.yaml
CustomerOrderLineItemProperties:
$ref: paths/customer/order/_types/properties.yaml
CustomerOrderSimpleLineItem:
Expand All @@ -126,6 +120,8 @@ components:
$ref: paths/customer/order/_types/customer.yaml
CustomerOrderLineItem:
$ref: paths/customer/order/_types/line-item.yaml
CustomerOrderLineItemLookup:
$ref: paths/customer/order/_types/line-item-with-lookup.yaml
CustomerOrderRefund:
$ref: paths/customer/order/_types/refund.yaml
CustomerOrderShipping:
Expand All @@ -136,8 +132,12 @@ components:
$ref: paths/customer/order/get-line-item/get-line-item.yaml
CustomerOrderGetLineItemResponse:
$ref: paths/customer/order/get-line-item/response.yaml
CustomerOrderGet:
$ref: paths/customer/order/get/get.yaml
CustomerOrderGetResponse:
$ref: paths/customer/order/get/response.yaml
CustomerOrderList:
$ref: paths/customer/order/list/list.yaml
CustomerOrderListResponse:
$ref: paths/customer/order/list/response.yaml

Expand Down Expand Up @@ -165,6 +165,8 @@ components:
CustomerProductListResponse:
$ref: paths/customer/product/list/response.yaml

CustomerLocationBase:
$ref: paths/customer/location/_types/base-location.yaml
CustomerLocation:
$ref: paths/customer/location/_types/location.yaml
CustomerLocationIsDefault:
Expand Down Expand Up @@ -255,6 +257,8 @@ components:
# Shipping
Shipping:
$ref: paths/shipping/_types/shipping.yaml
ShippingCostDestination:
$ref: paths/shipping/_types/cost-destination.yaml
ShippingBody:
$ref: paths/shipping/_types/body.yaml
ShippingCreateResponse:
Expand Down

0 comments on commit be93d45

Please sign in to comment.