Type Alias CreateOrderFulfillmentDto
CreateOrderFulfillmentDto: { altId: string; altType: "location"; trackings: OrderFulfillmentTracking[]; items: { priceId: string; qty: number }[]; notifyCustomer: boolean;} Type declaration
altId: string
altType: "location"
items: { priceId: string; qty: number }[]
notifyCustomer: boolean