acknowledge_order_receipt
(**kwargs)¶Acknowledges that the specified network order was received.
See also: AWS API Documentation
Request Syntax
response = client.acknowledge_order_receipt(
orderArn='string'
)
[REQUIRED]
The Amazon Resource Name (ARN) of the order.
{
'order': {
'acknowledgmentStatus': 'ACKNOWLEDGING'|'ACKNOWLEDGED'|'UNACKNOWLEDGED',
'createdAt': datetime(2015, 1, 1),
'networkArn': 'string',
'networkSiteArn': 'string',
'orderArn': 'string',
'shippingAddress': {
'city': 'string',
'company': 'string',
'country': 'string',
'name': 'string',
'phoneNumber': 'string',
'postalCode': 'string',
'stateOrProvince': 'string',
'street1': 'string',
'street2': 'string',
'street3': 'string'
},
'trackingInformation': [
{
'trackingNumber': 'string'
},
]
}
}
Response Structure
Information about the order.
The acknowledgement status of the order.
The creation time of the order.
The Amazon Resource Name (ARN) of the network associated with this order.
The Amazon Resource Name (ARN) of the network site associated with this order.
The Amazon Resource Name (ARN) of the order.
The shipping address of the order.
The city for this address.
The company name for this address.
The country for this address.
The recipient's name for this address.
The phone number for this address.
The postal code for this address.
The state or province for this address.
The first line of the street address.
The second line of the street address.
The third line of the street address.
The tracking information of the order.
Information about tracking a shipment.
The tracking number of the shipment.
Exceptions
Private5G.Client.exceptions.ResourceNotFoundException
Private5G.Client.exceptions.ValidationException
Private5G.Client.exceptions.InternalServerException