GraphQL INPUT_OBJECT
ShippingConfigurationSearchParameters
Search parameters for the shipping configuration.
link Definition
- input ShippingConfigurationSearchParameters {
- # Maximum number of items that should be retrieved.
- Int :
- # Starting index for retrieving the items.
- Int :
- # Logical operator for search.
- LogicalOperator :
- # Input for ordering the result before applying the offset.
- ShippingConfigurationSearchOrderByInput] : [
- # ID of the shipping configuration.
- NumericIdSearchRelationInput :
- # Name of the shipping configuration.
- StringSearchRelationInput :
- # ID of the client to which this shipping configuration belongs to.
- NumericIdSearchRelationInput :
- # ID of the user who created the shipping configuration.
- NumericIdSearchRelationInput :
- # ID of the user who was the last one to modify the shipping configuration.
- NumericIdSearchRelationInput :
- # Timestamp of the creation of the shipping configuration.
- DateTimeSearchRelationInput :
- # Timestamp of the last modification of the shipping configuration.
- DateTimeSearchRelationInput :
- }