JeremyDunn / php-fedex-api-wrapper

This library provides a fluid interface for constructing requests to the FedEx web service API.
269 stars 184 forks source link

Cannot remove RequestedShipment/SpecialServicesRequested #217

Closed Niji-Bemani closed 1 year ago

Niji-Bemani commented 1 year ago

Hi,

I am using the version 5 for a ProcessShipmentRequest. I want to make a RequestedShipment without ETD, so I do not use setSpecialServicesRequested(). But I always have the SpecialServicesRequested element with "ELECTRONIC_TRADE_DOCUMENTS" as SpecialServiceTypes in the request. I do not understand why. Could you help me ?

{
  "RequestedShipment": {
    "SpecialServicesRequested": {
      "SpecialServiceTypes": "ELECTRONIC_TRADE_DOCUMENTS",
      "EtdDetail": {
        "RequestedDocumentCopies": [
          "COMMERCIAL_INVOICE"
        ]
      }
    },
    "EdtRequestType": "ALL"
  }
}
github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 1 year ago

This issue was closed because it has been inactive for 14 days since being marked as stale.