ShipmentsRepository
FinalYes
Class provides several methods to fetch shipments, related to deals
Table of Contents
Methods
- __construct() : mixed
- getShipmentStages() : array<int, string>
- Returns map [dealId => stage of latest related shipment]
Methods
__construct()
public
__construct() : mixed
Tags
getShipmentStages()
Returns map [dealId => stage of latest related shipment]
public
getShipmentStages(array<string|int, mixed> $dealIds) : array<int, string>
Parameters
- $dealIds : array<string|int, mixed>