Skip to content

Commit cc35a03

Browse files
committed
Add comment explaining the index format
1 parent 6085b5e commit cc35a03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Modules/Sources/Networking/Model/ShippingLabel/Shipments/WooShippingShipmentItem.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ public struct WooShippingShipment: Equatable, GeneratedFakeable, GeneratedCopiab
1010
/// ID of the order that the shipment belongs to.
1111
public let orderID: Int64
1212

13-
/// Index of the shipment
13+
/// Index of the shipment.
14+
/// The expected format is a numeric string, e.g: "0", "1", etc.
1415
public let index: String
1516

1617
/// Contents of the shipment

0 commit comments

Comments
 (0)